view umasked.sh @ 930:3b9345102688

Updated with Netcraft June 2013 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Jun 2013 15:20:03 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"