my scripts

This commit is contained in:
2026-06-11 13:17:56 +03:00
parent 51b0348ed8
commit 50972a05db
2 changed files with 26 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
echo _###################
echo $th1
echo _###################
sleep 2s
kill -9 $th1