view umasked.sh @ 1655:36162e3ab9dd

Updated with Netcraft February 2016 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 24 Feb 2016 10:46:53 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"