From 53fb4f05f2cce1369eaa249d7f61e0822033b675 Mon Sep 17 00:00:00 2001 From: Roberto Metere Date: Sat, 5 Mar 2011 17:58:40 -0300 Subject: development/shc: Added (generic SHell script Compiler) Signed-off-by: Niels Horn --- development/shc/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 development/shc/README (limited to 'development/shc/README') diff --git a/development/shc/README b/development/shc/README new file mode 100644 index 0000000000..ab1e45923f --- /dev/null +++ b/development/shc/README @@ -0,0 +1,8 @@ +SHC takes a script, which is specified on the command line and +produces C source code. The generated source code is then compiled +and linked to produce a stripped binary executable. + +Use with care. + +After installation, try it with + shc -v -r -T -f myscript -- cgit v1.2.3