view umasked.sh @ 964:1318ed89ab7e

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 12 Aug 2013 14:52:03 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"