My concern is I have created a shell script. Now I need to share the script with my friends. All that i want is they should not be able to open and read the code but they should be able to execute it.
Please remember, he will be using the script on his computer, so chmod
will not work. I want an automatic way by which he can just copy the script on his drive and execute it. But he should not be able to see the code inside the script.
Please help.