view umasked.sh @ 818:c3fcad8e5e46

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 23 Jan 2013 06:23:43 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"