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.shto 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.shto compile script.sh into an executable binary.