view umasked.sh @ 829:eb4f221921fa

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 04 Feb 2013 08:31:37 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"