0

Is it possible to double click and execute a shell script instead of executing the following "./xxxx.sh" notation from command prompt ?

1 Answers1

1

Try this. Right click on the file, choose Properties, and then click on the Permissions Tab, and check Allow executing file as program.

enter image description here

enter image description here

Mitch
  • 107,631