view umasked.sh @ 2963:c7bf5c9a1174

Linux packages: added Ubuntu 23.04 "lunar".
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 10 May 2023 18:59:39 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"