view umasked.sh @ 1955:182bbf9034c4

Removed nested functions from njs not supported features.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Apr 2017 17:25:45 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"