Small update

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent c38d20d811
commit 64c60cf5d5
+3 -1
View File
@@ -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