view umasked.sh @ 1368:b93922e05aed

Ubuntu 14.10 added to the list of supported distributions.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 02 Dec 2014 15:53:09 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"