view umasked.sh @ 1767:f5fd245db8b3

Updated with Netcraft August 2016 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 26 Aug 2016 15:32:42 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"