view umasked.sh @ 2860:40d40af45ac8

Linux packages: updated the supported architectures for RHEL.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 13 Jun 2022 12:33:11 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"