view umasked.sh @ 1565:300349b7aef3

Added new books about nginx.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 17 Sep 2015 14:29:03 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"