view umasked.sh @ 1589:be92e50c52ac

Documented the "nohostname" syslog option.
author Vladimir Homutov <vl@nginx.com>
date Thu, 29 Oct 2015 16:19:42 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"