view umasked.sh @ 898:c0359977e2b6

Updated with Netcraft May 2013 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 04 May 2013 23:04:53 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"