Rename files,small fix and add stop.sh

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent ca83fd897e
commit 06d4e327ec
3 changed files with 21 additions and 5 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
while :
do
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
sleep 30m
kill -9 $th1
python3 up.py
done