Showing posts with label bash. Show all posts
Showing posts with label bash. Show all posts

March 14, 2011

Bash Scripting: Menu

Alright, I came across a note I had made for myself that is a basic outline of how I write simple text menus for my bash scripts when I need them. This easy piece of code was invaluable for piecing together my installer script for Ubuntu that installs all my software on a fresh install. I'll share my code with you so you can use it to your heart's content.