diff --git a/st.sh b/st.sh deleted file mode 100755 index 74211b6..0000000 --- a/st.sh +++ /dev/null @@ -1,10 +0,0 @@ -while : -do - wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 & - th1=$! - - sleep 30m - kill -9 $th1 - - python3 up.py & -done