1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-12 17:06:37 -04:00

5 lines
75 B
Bash
Raw Normal View History

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