view umasked.sh @ 1559:d876f94135ac

Added info about limiting access to status.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Sep 2015 09:06:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"