mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
53fb4f05f2
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
8 lines
259 B
Text
8 lines
259 B
Text
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
|