view umasked.sh @ 1417:e7eb996b113e

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Sun, 15 Feb 2015 18:59:21 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"