mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 11:01:12 +00:00
3 lines
42 B
Bash
3 lines
42 B
Bash
|
#!/bin/bash
|
||
|
while true; do ./run.sh; done
|