view umasked.sh @ 961:743caf552c2d

Updated with Netcraft August 2013 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Aug 2013 12:04:14 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"