view umasked.sh @ 2759:5fcef752e096

The annual community survey promo added.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 26 Aug 2021 20:11:01 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"