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