General update

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent 2c7bc86949
commit 3bbc0f4767
2 changed files with 10 additions and 13 deletions
+7 -8
View File
@@ -1,9 +1,8 @@
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
echo _###################
echo $th1
echo _###################
while :
do
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
sleep 2s
kill -9 $th1
sleep 5m
kill -9 $th1
done