You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
getnetradio/st.sh

11 lines
128 B

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