Results 1 to 2 of 2

Thread: How to write a menu using BASH script

  1. #1
    Senior Member bAgZ's Avatar
    Join Date
    Jul 2001
    Posts
    206

    Unhappy How to write a menu using BASH script

    Could anyone give me a hand. Need to write and interactive menu using bash script.
    Basically the output should look like this:

    1) option 1
    2) option 2
    3) option3

    I looked into a manual on this but its not clear i need some sample code or something
    Anyhelp welcome
    thanks

  2. #2
    Junior Member
    Join Date
    Mar 2002
    Posts
    3
    I have attached a sample script.. Don't forget to give it executable permissions before you run it.
    (chmod 744 or whatever you need)
    If it was easy...everyone would do it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •