view umasked.sh @ 1972:e497e92a9521

Updated with Netcraft April 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 21 Apr 2017 21:13:55 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"