view umasked.sh @ 528:85bbe7a5f393

Updated with Netcraft June 2012 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 06 Jun 2012 12:54:23 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"