view umasked.sh @ 2012:e1d9e51fd1ce

Updated with Netcraft July 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 20 Jul 2017 22:52:30 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"