mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 17:00:52 +08:00
8 lines
145 B
Bash
8 lines
145 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./https_request -s www.sina.com.cn:443
|
||
|
echo ""
|
||
|
./https_request -s www.baidu.com:443
|
||
|
echo ""
|
||
|
./https_request -s echo.websocket.org:443
|