getnetradio/run.sh

11 lines
126 B
Bash
Raw Normal View History

2022-10-05 08:43:48 +00:00
while :
do
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
sleep 30m
kill -9 $th1
python3 up.py
done