Simple scripts for creating a menu for easier operation of the node in Linux terminal. Open each file which contains menu script for each application.
EXAMPLE:
nano menu.sh
copy and paste script from the file menu into menu.sh, save and exit.
Make the script executable:
chmod +x menu.sh
Run the menu:
./menu.sh
