What do you mean by "make my menu run"? What errors do you get? Do you have a problem starting it like
Code:
me@mybox$ mymenu.sh
Therefore you have to set proper rights, e.g. execute-bit (chmod 755 mymenu.sh). First line of your program must be "#!/bin/bash". If your current working dir is not in your $PATH (preferred) you must start via
Code:
me@mybox$ ./mymenu.sh