view umasked.sh @ 1821:4639fa9d7e0a

Alex Kapranoff's book added.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Oct 2016 12:11:16 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"