view umasked.sh @ 2559:82e6029db0c0

Updated with Netcraft June 2020 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 25 Jun 2020 13:12:56 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"