view umasked.sh @ 1754:c6c9ed2ea7e4

Updated with Netcraft July 2016 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Jul 2016 23:13:21 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"