view umasked.sh @ 2626:ca47ce7f0cd4

Linux packages: removed Alpine 3.9 due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 24 Nov 2020 19:22:48 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"