view umasked.sh @ 1771:6a30f04a0208

Documented the $status variable in stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 06 Sep 2016 15:18:58 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"