How to execute a scipt just by double clicking like .EXE files in Windows?
- by maythux
How can I make a bash script executable by double clicking just like .exe files in Windows? I tried creating a launcher and assigning the script to it, but there are two consequences:
the terminal twinkles, disappears, and nothing is done.
you must specify to run in terminal in order to work.
I have a script that installs tomcat on an offline…