view umasked.sh @ 1006:570598ae1fd6

"Instant Nginx starter" book added.
author Vladimir Homutov <vl@nginx.com>
date Mon, 28 Oct 2013 18:04:38 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"