view umasked.sh @ 2169:b2d6594d2678

Updated with Netcraft May 2018 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 May 2018 19:10:56 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"