view umasked.sh @ 1921:ef3590465d67

Linux packages: updated the list of supported distributions.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 31 Jan 2017 19:43:57 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"