view umasked.sh @ 1335:f16d772ee561

Updated with Netcraft October 2014 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 13 Oct 2014 17:51:49 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"