view umasked.sh @ 2660:aea8531ede83

Linux packages: added repository pinning instructions for Debian/Ubuntu.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 17 Feb 2021 15:02:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"