view umasked.sh @ 387:1179b24b71fc

a href replaced with link doc
author Sergey Budnevitch <sb@waeme.net>
date Thu, 02 Feb 2012 09:30:46 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"