view umasked.sh @ 1212:8601439bdd16

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jun 2014 06:38:50 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"