view umasked.sh @ 2588:3abcb70b0aef

NGINX For Good Hackathon promo.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 21 Aug 2020 18:54:32 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"