Add energy station

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent 1a60a3b166
commit ae1479b0a9
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -2,9 +2,12 @@ while :
do
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
wget https://ic7.101.ru:8000/v1_1 -O nrj.mp3
th2=$!
sleep 30m
kill -9 $th1
kill -9 $th2
python3 up.py
done