view umasked.sh @ 1890:82ef6dd12534

Supported scopes, functions hoisting, cycle "for" with var in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Jan 2017 15:33:34 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"