view umasked.sh @ 3033:e3116677300f

Updated with Netcraft January 2024 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 23 Jan 2024 13:00:29 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"