view umasked.sh @ 1654:f5dcf57c5eb5

Corrected note in the stream "match" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 17 Feb 2016 15:03:55 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"