view umasked.sh @ 2061:aac9e462320b

Added note about s_client and SNI (trac #708).
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Oct 2017 15:22:04 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"