veilid/scripts/run_2.sh

5 lines
75 B
Bash
Raw Normal View History

2021-12-11 01:14:33 +00:00
#!/bin/bash
exec ./run_local_test.py 2 --config-file ./local-test.yml $@
2021-12-11 01:14:33 +00:00