view umasked.sh @ 1032:8ca2aeddf4fe

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 16 Dec 2013 14:08:31 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"