1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-01-31 00:33:31 -05:00

5 lines
76 B
Bash
Raw Normal View History

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