view umasked.sh @ 567:7ff0dd5fe6f0

Updated with Netcraft July 2012 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Jul 2012 13:25:07 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"