view umasked.sh @ 1708:092847323d7e

Updated with Netcraft May 2016 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 26 May 2016 16:06:13 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"