view umasked.sh @ 2633:ffaf58e96708

Linux packages: removed RHEL/CentOS 6 due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 07 Dec 2020 19:38:20 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"