shell script conversion to binary

My question is:
i have a script called getevent
to run i just call ./getevent
can i convert this to make it binary executable and not letting my clients open it and see the code.??:frowning:
I am using Solaris 8.

The gzexe utility allows you to compress scripts in place and have them automatically uncompress and execute when you run them.

It's fairly easy to crack, but should prevent any casual viewing of the code.

Thanks for your hint.

Thanks for your hint.