Is it possible to hide the code of a script shell. I want to write a script in bash(.sh), but I don't want other root user to be able to read the script. I just want other can execute the script but not read the code. Even it the root user open the script, they will see the code but encrypted(not human readable). Is it possible ?
PS : I can give permission --x--x--x, but the root user will always be able to read the code. (by the way , I'm root user, just don't want other root user, see my code)
Thanks