diff --git a/st.sh b/st.sh index 3250e4f..74211b6 100755 --- a/st.sh +++ b/st.sh @@ -3,6 +3,8 @@ do wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 & th1=$! - sleep 5m + sleep 30m kill -9 $th1 + + python3 up.py & done