1
0

run_test.sh 208 B

123456789
  1. #!/bin/bash
  2. ./../bin/frps -c ./conf/auto_test_frps.ini &
  3. sleep 1
  4. ./../bin/frpc -c ./conf/auto_test_frpc.ini &
  5. ./../bin/frpc -c ./conf/auto_test_frpc_visitor.ini &
  6. # wait until proxies are connected
  7. sleep 2