streaming-docker/tools/multicastjoin

9 lines
85 B
Bash
Executable File

#!/bin/bash
set -e
while true; do
python ./multicastjoin.py
sleep 0.5
done