frp/tests/run_test.sh

10 lines
208 B
Bash
Raw Normal View History

2016-05-17 13:13:37 +02:00
#!/bin/bash
./../bin/frps -c ./conf/auto_test_frps.ini &
sleep 1
./../bin/frpc -c ./conf/auto_test_frpc.ini &
2017-12-18 12:35:09 +01:00
./../bin/frpc -c ./conf/auto_test_frpc_visitor.ini &
2016-05-17 13:13:37 +02:00
# wait until proxies are connected
2017-03-27 18:27:30 +02:00
sleep 2