acl/lib_acl_cpp/samples/ssl/https_server/t.sh

9 lines
147 B
Bash
Raw Normal View History

2020-01-05 10:32:38 +08:00
#!/bin/sh
os=$(echo `uname -s`)
if [ $os == 'Darwin' ]; then
./https_server alone https_server2.cf
else
./https_server alone https_server.cf
fi