view umasked.sh @ 1786:72a33726e482

Removed Ubuntu 15.10 as it reached EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 13 Sep 2016 19:07:20 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"