view umasked.sh @ 1688:b8be405067d8

Updated with Netcraft April 2016 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Apr 2016 12:43:08 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"