view umasked.sh @ 846:5287cfdfc6be

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 20 Feb 2013 07:18:44 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"