view umasked.sh @ 2207:6f9fd9677d1b

Corrected description of r.headersIn and r.headersOut.
author Dmitry Volyntsev <xeioex@nginx.com>
date Wed, 18 Jul 2018 20:27:37 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"