I have a simple .sh type script and I want to be able to double click on it from my desktop to open it. I assume I could do this with an .exe file, but if there is another way, please let me know. I am on a mac.
My script is:
cd ..
open .trash
exit