view umasked.sh @ 2895:9708787aafc7

Updated with Netcraft September 2022 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 30 Sep 2022 16:45:20 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"