view umasked.sh @ 1860:fc83200fc0d7

Added FreeBSD 11 to the list of supported versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 13 Dec 2016 17:55:47 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"