acl/lib_acl_cpp/samples/ssl/https_server/t.sh
shuxin   zheng 952a610187 test ssl demos
2020-01-05 10:32:38 +08:00

9 lines
147 B
Bash
Executable File

#!/bin/sh
os=$(echo `uname -s`)
if [ $os == 'Darwin' ]; then
./https_server alone https_server2.cf
else
./https_server alone https_server.cf
fi