view umasked.sh @ 1423:b3d7cd8d7c06

Updated with Netcraft February 2015 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Feb 2015 19:49:37 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"