view umasked.sh @ 2701:a2946fc91cf2

njs webinar promo.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 12 Apr 2021 20:39:34 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"