view umasked.sh @ 2166:c67825f3cfcb

Added news about nginx book.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 22 May 2018 10:27:51 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"