view umasked.sh @ 791:15f2bab0740d

Fixed a typo in the "proxy_pass" directive description.
author Vladimir Homutov <vl@nginx.com>
date Mon, 24 Dec 2012 08:45:13 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"