view umasked.sh @ 1986:9005331bf88e

Updated with Netcraft May 2017 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 25 May 2017 15:40:39 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"