view umasked.sh @ 1044:aa9f60280cd3

Updated with Netcraft January 2014 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 14 Jan 2014 16:57:09 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"