view umasked.sh @ 1149:1501e5848052

Corrected the usage of the definite article.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Apr 2014 20:13:53 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"