view umasked.sh @ 2825:6f47265ce252

Igor retirement blog post promo.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 19 Jan 2022 11:51:24 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"