view umasked.sh @ 164:c1096d7c62d8

Adding CHANGES.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 31 Oct 2011 14:57:00 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"