view umasked.sh @ 1646:03b2e0e2387e

Updated with Netcraft January 2016 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 27 Jan 2016 14:16:27 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"