bunster

Compile shell scripts to static binaries for distribution

brewmacoslinux
Try with needOr install directly
Source

About

Compile shell scripts to static binaries

Commands

bunster

Examples

Compile a shell script into a static binary$ bunster myScript.sh -o myBinary
Create a portable executable from a bash script$ bunster deploy.sh --output deploy-binary
Compile with optimization for smaller binary size$ bunster tool.sh -o tool-binary --compress