view umasked.sh @ 2229:f134633cff5c

Added info about ES5.1 strict mode for njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 Aug 2018 21:48:00 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"