view umasked.sh @ 1918:4ecc39397e97

Updated with Netcraft February 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 28 Feb 2017 15:31:38 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"