bash executable shc bashc - ghdrako/doc_snipets GitHub Wiki
Shell Script Compiler (shc)
shc is a utility that compiles shell scripts into C executables.
- Usage: Run
shc -f script.sh
to compile script.sh into an executable binary named script.
Bash Compiler (bashc)
Similar to shc, bashc compiles Bash scripts into binary executables.
- Usage: Run
bashc script.sh
to compile script.sh into an executable binary.