view umasked.sh @ 2557:7c020a4ef753

The App Protect promo updated.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 23 Jun 2020 12:28:14 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"