view umasked.sh @ 915:893d36b6d013

Updated list of supported linux distributions.
author Sergey Budnevitch <sb@waeme.net>
date Mon, 27 May 2013 19:45:45 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"