diff options
author | Roberto Metere <roberto@metere.it> | 2011-03-05 17:58:40 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 17:58:40 -0300 |
commit | 53fb4f05f2cce1369eaa249d7f61e0822033b675 (patch) | |
tree | c67c85bc4ff9ab84643e6ecfb4c7796ae836c1c8 /development/shc/README | |
parent | 4a6e8fe73ddb2f7d4c3fc7757d087c8450574880 (diff) | |
download | slackbuilds-53fb4f05f2cce1369eaa249d7f61e0822033b675.tar.gz |
development/shc: Added (generic SHell script Compiler)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/shc/README')
-rw-r--r-- | development/shc/README | 8 |
1 files changed, 8 insertions, 0 deletions
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 |