view umasked.sh @ 531:ee6fa4805637

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 07 Jun 2012 12:30:49 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"