view umasked.sh @ 2732:f8fb4ebdf529

Linux packages: removed Ubuntu 16.04 'xenial' due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 27 May 2021 12:47:17 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"