view umasked.sh @ 1979:ff28ca78bef3

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Wed, 26 Apr 2017 13:33:35 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"