view umasked.sh @ 1569:edfffcdce4d3

Updated with Netcraft September 2015 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 17 Sep 2015 21:10:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"