First off I\'m using Mac.
Next, I need to execute this \"file.sh\" we will call it. Everytime I need to execute it I have to open Terminal and type:
you can change the file executable by using chmod like this
chmod
chmod 755 file.sh
and use this command for execute
./file.sh