view umasked.sh @ 2879:12dd77007e22

Updated with Netcraft June 2022 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 10 Aug 2022 00:32:54 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"