1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-11 14:30:10 +00:00
frp/tests/run_test.sh

9 lines
155 B
Bash
Raw Normal View History

2016-05-17 11:13:37 +00:00
#!/bin/bash
./../bin/frps -c ./conf/auto_test_frps.ini &
sleep 1
./../bin/frpc -c ./conf/auto_test_frpc.ini &
# wait until proxies are connected
2017-03-27 16:27:30 +00:00
sleep 2