view umasked.sh @ 2374:29915e0dd677

Updated with Netcraft April 2019 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 23 Apr 2019 11:04:48 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"