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.