view umasked.sh @ 2849:8eda939a57e5

Linux packages: added RHEL 9.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 23 May 2022 14:16:07 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"