In this video we teach linux bash scripting and programming creating a menu to run commands, we will be creating a menu to automate aircrack-ng commands but this tutorial teaches the basics of linux scripting, declaring a variable, creating case statements, using grep and awk to isolate information and transform it into a variable to use with our program. It also covers using colors in your scripts with ansi/ascii escape sequences and using the bash source command to include functions that exist in other scripts and use them in our script, like c programming include statements. In this video we show how to design a simple menu to automate aircrack-ng specifically but the underlying lesson is teaching bash basics so you can design any menu you want to run any command you want on linux making things much easier and less typing.











