view umasked.sh @ 651:eba81bfb6aaf

Documented the "http" directive.
author Vladimir Homutov <vl@nginx.com>
date Wed, 22 Aug 2012 12:49:05 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"