view umasked.sh @ 819:28ae648fa9f5

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 24 Jan 2013 05:43:25 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"