view umasked.sh @ 2029:cda19823c33f

Updated with Netcraft August 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 Aug 2017 16:01:22 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"