view umasked.sh @ 1483:eec002ef8d0e

Updated with Netcraft May 2015 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 May 2015 17:53:36 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"