view umasked.sh @ 1408:21bebe0bb964

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 05 Feb 2015 14:20:05 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"