view umasked.sh @ 2857:19ded9ac7a96

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

#!/bin/sh

umask 002

exec /bin/sh "$@"