view umasked.sh @ 1735:caadee289da3

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

#!/bin/sh

umask 002

exec /bin/sh "$@"