view umasked.sh @ 1568:61a3285d77aa

Paraphrased the ALPN/NPN requirements note so it makes sense.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 17 Sep 2015 20:50:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"