How do I use cscript?

To use cscript, simply clone and make install...

git clone git@github.com:nixomose/cscript.git
cd cscript/cscript
sudo make install

From there you can create a she-bang script written entirely in C.  See example script

Then simply chmod 755 your script and run it.

chmod 755 test.c ./test.c

...and stare in wonder how you lived without the best scripting language on the planet for so long.


Previous page: What is cscript?
Next page: Download