Hi, sorry if this has been covered, I can't find much through google so I thought I'd ask. How do I string a few terminal commands together, so if for example, I was creating a widget to put my wireless card into monitor mode and I wanted to run the following Code: sudo gainroot ifconfig wlan0 down iwconfig wlan0 mode Monitor ifconfig up How would I do so? I can get a single command to work, but how do I string it together. Thanks
sudo gainroot ifconfig wlan0 down iwconfig wlan0 mode Monitor ifconfig up