view umasked.sh @ 996:1fc988edd0fb

Updated with Netcraft October 2013 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 03 Oct 2013 12:58:04 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"