view umasked.sh @ 2661:991cf4287c36

Linux packages: added repository pinning instructions for Alpine Linux.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 03 Mar 2021 17:39:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"