view umasked.sh @ 2551:6fff2b3fd3ce

App-protect promo added.
author Sergey Budnevitch <sb@waeme.net>
date Mon, 08 Jun 2020 17:14:39 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"