view umasked.sh @ 2037:a585fdb65ad3

Updated with Netcraft September 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Sep 2017 15:30:11 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"