double-click to run .sh file
- by Delirium tremens
GUI:
I changed the permissions of an sh file, so that I can read, write and execute it.
I double-clicked it, selected run in Terminal, but it didn't run.
I double-clicked it, selected run, but it didn't run.
Command-Line:
bash *filename* runs it
sh *filename* runs it
The file content is:
#!/bin/bash
# get dirsyncpro home…