view umasked.sh @ 2065:a4c470ea462d

Linux packages: updated the list of supported distributions.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 17 Oct 2017 16:58:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"