view umasked.sh @ 1107:f6e128eb2566

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

#!/bin/sh

umask 002

exec /bin/sh "$@"