view umasked.sh @ 2893:8f3955097546

Linux packages: reword to mention supported RHEL derivatives.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 27 Sep 2022 16:13:35 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"