view umasked.sh @ 2129:4212f4520070

Updated "About njs" with methods supported in njs-0.2.0.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Apr 2018 20:38:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"