view umasked.sh @ 2124:2de0fcd46928

Updated with Netcraft March 2018 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 27 Mar 2018 22:34:08 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"