mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
9 lines
259 B
Text
9 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
|