blob: ab1e45923f8ec79a641388eddb08c2816bc6c7bb (
plain)
1
2
3
4
5
6
7
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
|