view umasked.sh @ 1600:dd190baef1e7

Added example to the note in the "stub_status" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 16 Nov 2015 13:28:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"