view umasked.sh @ 1179:f2d939ac0449

Updated with Netcraft May 2014 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 07 May 2014 19:16:30 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"