view umasked.sh @ 421:02635d1b0328

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 20 Feb 2012 15:16:13 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"