getnetradio/st.sh
2022-10-04 21:55:46 +03:00

11 lines
128 B
Bash
Executable File

while :
do
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
sleep 30m
kill -9 $th1
python3 up.py &
done