view umasked.sh @ 798:bc4923434591

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 26 Dec 2012 08:41:34 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"