sudo apt-get install mplayer
gedit .radio
#!/bin/bashecho ""echo ""echo "ETHNICRADIO.NET"echo "Discover your roots"echo ""echo " 1 -> Chuvash"echo " 2 -> Erzia & Moksha"echo " 3 -> Udmurt"echo " 4 -> Mari"echo " 5 -> Buryat"echo " 6 -> Sakha"echo " 7 -> Komi"echo " 8 -> Tuva"echo " 9 -> Karelian"echo " 10 -> Chukchi"echo " 11 -> Khakass"echo " 12 -> Kalmyk"echo " 13 -> Ossetian"echo " 14 -> Evenk"echo " 15 -> Tatar"echo " 16 -> Koryak"echo " 17 -> Khanty"echo " 18 -> Russian"echo ""echo "Choose a station"read radioif [ "$radio" = "1" ]; thenmplayer http://www.ethnicradio.net:8200/listen.plselif [ "$radio" = "2" ]; thenmplayer http://www.ethnicradio.net:8800/listen.plselif [ "$radio" = "3" ]; thenmplayer http://www.ethnicradio.net:8500/listen.plselif [ "$radio" = "4" ]; thenmplayer http://www.ethnicradio.net:8100/listen.plselif [ "$radio" = "5" ]; thenmplayer http://www.ethnicradio.net:8300/listen.plselif [ "$radio" = "6" ]; thenmplayer http://www.ethnicradio.net:8400/listen.plselif [ "$radio" = "7" ]; thenmplayer http://www.ethnicradio.net:8600/listen.plselif [ "$radio" = "8" ]; thenmplayer http://www.ethnicradio.net:8900/listen.plselif [ "$radio" = "9" ]; thenmplayer http://www.ethnicradio.net:9000/listen.plselif [ "$radio" = "10" ]; thenmplayer http://www.ethnicradio.net:8150/listen.plselif [ "$radio" = "11" ]; thenmplayer http://www.ethnicradio.net:8250/listen.plselif [ "$radio" = "12" ]; thenmplayer http://www.ethnicradio.net:8700/listen.plselif [ "$radio" = "13" ]; thenmplayer http://213.234.255.146:9050/listen.plselif [ "$radio" = "14" ]; thenmplayer http://ethnicradio.net/news.shtml#elif [ "$radio" = "15" ]; thenmplayer http://www.suzlek.ru:8100/listen.plselif [ "$radio" = "16" ]; thenmplayer http://www.ethnicradio.net:8450/listen.plselif [ "$radio" = "16" ]; thenmplayer http://www.ethnicradio.net:8550/listen.plselif [ "$radio" = "16" ]; thenmplayer http://www.ethnicradio.net:8000/listen.plsexitfi
sudo chmod +x .radio
./.radio
... ... ... ... ...
...
(Ĉiuj tegoj devas esti skribitaj laŭregule. Se tego bezonas fermon - ĝi devas esti fermita)