1
0
mirror of https://gitlab.com/comunic/ComunicRTCProxy synced 2025-05-16 16:41:08 +00:00

Add dev script

This commit is contained in:
Pierre HUBERT 2020-04-14 18:08:51 +02:00
parent 6268fb78e9
commit b65253d144

2
run_dev.sh Executable file

@ -0,0 +1,2 @@
#!/bin/bash
while true; do ./run.sh; done