view umasked.sh @ 2104:c2e3884f1a9c

Updated with Netcraft February 2018 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Feb 2018 19:51:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"