Compiling Shell script

I want to compile a shell script so that anyone can run it on any linux platform without being able to view its content. Is there any way to do this?

Thanks in advance

---------- Post updated at 12:00 PM ---------- Previous update was at 11:35 AM ----------

shc creates a stripped binary executable version of the
script.

Is there any other alternative?

Check this thread. There are other threads too, search the forums.

P.S. What's wrong with shc?

ksh93s+ comes with a standard compiler (shcomp). You can download it straight from David Korrn @ AT&T if it does not come with your OS or your distribution.