On Mon, Jul 25, 2011 at 6:39 PM, Ganesh Kumar <[email protected]> wrote: > Hi, > > I want to convert a shell script to a binary executable so that the > contents of the shell script are not readable and could not be altered >
It is an interpreted language. If you want to hide the source use a compiled language. Even perl can be compiled into an intermediate form. Python is a choice for you. Shell scripting is the most basic programming structure but then it is very useful and advanced since it gives you a lot of things that are incredibly useful. -Girish _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
