getnetradio/st.sh

10 lines
152 B
Bash
Raw Normal View History

2022-10-04 17:47:17 +00:00
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
th1=$!
echo _###################
echo $th1
echo _###################
sleep 2s
kill -9 $th1