mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
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/
|