view umasked.sh @ 1261:e698e71d8e7f

Updated with Netcraft July 2014 Web Server Survey stats.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Aug 2014 14:20:41 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"