view umasked.sh @ 1042:92d09dee5628

The first 2014 donor added. 2004-2011 column was removed.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 09 Jan 2014 08:51:32 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"