view umasked.sh @ 3016:8e7eced98610

Updated with Netcraft September 2023 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Oct 2023 09:37:51 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"