view umasked.sh @ 2770:f93461437c87

The "97 Things Every SRE Should Know" book promo.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 05 Oct 2021 12:09:32 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"