view umasked.sh @ 2160:a2e77354c77d

Linux packages: updated the list of supported distributions.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 08 May 2018 17:22:26 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"