view umasked.sh @ 632:9ff0bc734b77

In alphabetical index of directives, if there are several directives with the same name, output the module names in parentheses.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 09:50:29 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"