view umasked.sh @ 2436:869aed242ccc

Linux packages: actualized the list of supported distributions. Ubuntu 18.10 is EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 26 Sep 2019 13:19:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"