You’ve already marked then as executable, right? Great.
Right-click on the file and see if there’s an option like “run as program” or “run in terminal” or something similar. If there is, click it.
Still no luck? Okay, open your file browser, find the file, and right click on the empty space (not on the file itself). Open a terminal. Now, type ./name-of-file. For example, if the file is called “emudeck.sh,” then you would type ./emudeck.sh. You can use the tab button to autocomplete the file name when you’re typing it, if that helps.
You’ve already marked then as executable, right? Great.
Right-click on the file and see if there’s an option like “run as program” or “run in terminal” or something similar. If there is, click it.
Still no luck? Okay, open your file browser, find the file, and right click on the empty space (not on the file itself). Open a terminal. Now, type
./name-of-file
. For example, if the file is called “emudeck.sh,” then you would type./emudeck.sh
. You can use the tab button to autocomplete the file name when you’re typing it, if that helps.