view umasked.sh @ 3024:25a473b55e7b

Updated with Netcraft October 2023 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 02 Nov 2023 09:07:56 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"