1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-02-01 09:05:18 -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