view umasked.sh @ 796:a2f75649204c

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 25 Dec 2012 16:26:39 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"