view umasked.sh @ 1823:fd5656dab254

Updated with Netcraft October 2016 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 21 Oct 2016 22:24:14 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"