I need help making a simple MENU which contains choices of 5 streaming audio websites to play via MPLAYER using the KONSOLE.
I have a sub-directory in /home called "streamscripts" which contains 5 script files. They are "cbc.sh" "rock.sh", "rock2.sh", "jazz.sh", and "jazz2.sh".
I bring up konsole, type in, for example "./ jazz.sh" and mplayer starts and goes to the URL for that particular jazz music stream. It loads and then plays. I quit by typing a "Q"......
I would like a very simple menu, similar to this:
"What would you like to hear?"
------------------------------------
jazz
jazz2
rock
rock2
cbc
-----------------------------------
And thats about as far as I can figure.....how do I call the chosen script from the "streamscripts" directory? If I chose "jazz" for example, how do I associate the menu choice to the actual script file? I can do this in DOS easily but do not know how to do it in LINUX!
Please help! bob
