view umasked.sh @ 2006:b13d6412b335

Updated with Netcraft June 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Jun 2017 19:12:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"