view umasked.sh @ 1226:6db6a2b5c7b9

Updated with Netcraft June 2014 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Jun 2014 10:42:30 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"