view umasked.sh @ 1579:76f51ff2af18

Donors added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 05 Oct 2015 09:22:41 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"