view umasked.sh @ 804:d22421dc5d00

Clarified the effects of the "env" directive.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 28 Dec 2012 13:51:56 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"