view umasked.sh @ 808:2a3992ce88b6

Updated with Netcraft January 2013 Web Server Survey stats.
author Andrey Belov <defan@nginx.com>
date Thu, 10 Jan 2013 10:04:56 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"