view umasked.sh @ 2070:f6b65868fae3

Updated with Netcraft October 2017 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 26 Oct 2017 18:09:14 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"