view umasked.sh @ 1114:aa1d4000daf2

A donor added. Per the donor request the second name for the previous entry was changed.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 27 Mar 2014 07:30:50 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"