getnetradio/st.sh
2022-10-04 20:47:17 +03:00

10 lines
152 B
Bash
Executable File

wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
echo _###################
echo $th1
echo _###################
sleep 2s
kill -9 $th1