How do I create an app in automator for running terminal commands?
I want an automator app that will run two terminal commands to configure and start my web app. I have not seen a simple explanation for doing what seems a simple thing. Open terminal, enter commands, web app starts. That is all I want to do. In a little startup app I can click on my desktop.
These are the terminal commands:
cd stable-diffusion-webui
./webui.sh --no-half
Thanks for any solution, or directions to where this is concisely explained.