view umasked.sh @ 1938:fff0b5f3b913

Updated with Netcraft March 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 24 Mar 2017 17:21:26 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"