view umasked.sh @ 2208:b4ed6d353111

Updated with Netcraft July 2018 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2018 08:57:24 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"