view umasked.sh @ 2181:b73ccabb852b

Updated with Netcraft June 2018 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Jun 2018 10:51:37 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"