view umasked.sh @ 1975:459a6f194fcf

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Mon, 24 Apr 2017 08:40:41 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"