view umasked.sh @ 2397:081441ddfcd4

Updated with Netcraft June 2019 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 17 Jun 2019 16:16:13 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"