view umasked.sh @ 982:95a355aa7dfe

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 16 Sep 2013 07:17:18 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"