view umasked.sh @ 1150:ed7a62ec7b51

Updated the wiki item on the support page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 09 Apr 2014 14:24:18 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"