view umasked.sh @ 3013:1ad61bfc7630

Linux packages: removed Ubuntu 22.10 'kinetic' due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 22 Sep 2023 15:11:23 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"