view umasked.sh @ 1390:d7cb4dcc1c3e

Updated with Netcraft January 2015 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 16 Jan 2015 11:16:34 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"