view umasked.sh @ 401:0c17952298aa

Netcraft published February 2012 Web Server Survey.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 07 Feb 2012 15:50:19 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"