view umasked.sh @ 1562:1d323f723e14

nginx-plus-r7 announced in the banner.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 16 Sep 2015 10:24:11 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"