view umasked.sh @ 2842:51f6f3f3b7bb

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

#!/bin/sh

umask 002

exec /bin/sh "$@"