view umasked.sh @ 2467:ee775a6ca22e

Linux packages: added Ubuntu 19.10
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 21 Nov 2019 18:29:51 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"