view umasked.sh @ 1637:634017216056

Updated with Netcraft December 2015 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 11 Jan 2016 17:02:52 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"