view umasked.sh @ 2475:007afe6a0d17

andrew@ and is@ PGP keys were removed.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 10 Jan 2020 12:18:11 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"