view umasked.sh @ 1470:28cf30b5818f

Updated list of supported linux distributions.
author Sergey Budnevitch <sb@waeme.net>
date Wed, 29 Apr 2015 00:45:50 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"