view umasked.sh @ 2733:9cc5077645a0

Linux packages: removed Alpine 3.10 due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 27 May 2021 12:48:06 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"