view umasked.sh @ 2742:0a37493dda21

Linux packages: added Alpine 3.14.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 21 Jun 2021 17:18:21 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"