view umasked.sh @ 1530:2db1dc7cc1a3

Updated with Netcraft June 2015 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Jul 2015 19:14:19 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"