view umasked.sh @ 2619:94107f33b7bb

Linux packages: actualized the list of supported distributions.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 29 Oct 2020 19:11:43 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"