view umasked.sh @ 250:060ec6378974

Donors list reordered.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 19 Dec 2011 12:52:21 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"