How to execute a scipt just by double clicking like .EXE files in Windows?

Posted by maythux on Ask Ubuntu See other posts from Ask Ubuntu or by maythux
Published on 2012-05-18T12:37:28Z Indexed on 2012/10/05 9:49 UTC
Read the original article Hit count: 161

Filed under:
|
|

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:

  1. the terminal twinkles, disappears, and nothing is done.
  2. you must specify to run in terminal in order to work.

I have a script that installs tomcat on an offline PC, including all dependencies of tomcat in the script. I need to make the script work on double clicking like windows since most who use the script will not be familiar with Ubuntu.

Forget the above explanation. I want to make a script that can be run by double-clicking on it, without using the terminal. Anybody knows how?

© Ask Ubuntu or respective owner

Related posts about launcher

Related posts about scripts