- Joined
- Nov 15, 2010
- Location
- USA
I’m running Ubuntu 20.04 inside of VMWare on a Windows 10 PC. I’m looking to create a desktop icon that you can double-click on to open a terminal window and run some commands. I believe this is called a “shell” file that ends in .sh? I’m new to Linux and am wondering if there’s a way to do this.
Basically, I want to double-click on a desktop icon and have it:
Basically, I want to double-click on a desktop icon and have it:
- Open a terminal window.
- Run cd op25/op25/gr-op25_repeater/apps
- Run ./multi_rx.py -c hillsboroughwest.json -T hillsboroughwest.tsv -U -l http:0.0.0.0:8080 2> stderr.2 -X (this is a software application with command line arguments).
- Open a 2nd terminal window.
- Run cd op25/op25/gr-op25_repeater/apps/oplog
- Run ./oplog.sh (another software application that works with the first one).