view umasked.sh @ 2754:3975b5ffd38e

Linux packages: removed Ubuntu 20.10 'groovy' due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 03 Aug 2021 12:54:38 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"