10 lines
152 B
Bash
Executable File
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
|