5 lines
254 B
Text
5 lines
254 B
Text
A generic shell script compiler. 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.
|
|
|
|
WWW: https://github.com/neurobin/shc/
|