view umasked.sh @ 1538:d853dba6f00f

Updated with Netcraft July 2015 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Jul 2015 13:30:59 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"