view umasked.sh @ 2838:2a4bd6782451

Updated with Netcraft March 2022 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 04 Apr 2022 18:34:46 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"