view umasked.sh @ 1549:b31cffc1df98

Updated with Netcraft August 2015 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Aug 2015 19:08:16 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"