view umasked.sh @ 1883:d76dbc492bec

Updated with Netcraft January 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 12 Jan 2017 21:48:07 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"