view umasked.sh @ 2699:8b96520ca495

Linux packages: clarified supported SLES versions
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 30 Mar 2021 19:37:13 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"