view umasked.sh @ 2772:91aaf82442e9

Updated with Netcraft September 2021 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 12 Oct 2021 20:55:26 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"