view umasked.sh @ 2959:f474b151cf25

Updated with Netcraft April 2023 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 10 May 2023 13:44:09 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"