view umasked.sh @ 1442:241ef7e23393

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 30 Mar 2015 08:24:35 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"