view umasked.sh @ 1365:7682146b3051

Updated with Netcraft November 2014 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 22 Nov 2014 01:38:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"