I wanted to run a bash script with double click and I eventually found shc to do so but, despite it doing what I wanted, it needs specific permissions if transfered to another computer or if it's downloaded from a site.
Thus, my question asking for a type of file or command that's able to turn and .sh file (or any other type of file for that matter, I'm willing to re-write if necessary) without it needing to be marked as executable from the terminal with something like chmod +x <filename>.
All help on the matter appriciated, even if the solution means needing to begin from zero again.
bash file.shorxdg-open file.desktop. – wjandrea Apr 22 '17 at 00:10sh file.shand it works, but the problem lies in it not opening with double click so that doesn't fix it. – ulovah Apr 22 '17 at 20:57