view umasked.sh @ 828:6868a1a8db20

Updated with Netcraft February 2013 Web Server Survey stats.
author Andrei Belov <defan@nginx.com>
date Mon, 04 Feb 2013 12:00:59 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"