view umasked.sh @ 2836:9df61c67bdaf

Updated with Netcraft February 2022 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 28 Mar 2022 19:19:04 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"