Bash Compiler
March 8, 2026 ยท View on GitHub
NOTE: Documentation is best viewed on https://bash-compiler.devlab.top/
This tool allows to detect all the framework functions used inside a given sh file. The framework functions matches the pattern Namespace::functionName (we can have several namespaces separated by the characters ::). These framework functions will be injected inside a compiled file. The process is recursive so that every framework functions used by imported framework functions will be imported as well (of course only once).
TIP: Checkout related projects of this suite
1. Technical architecture
Development and Technical architecture documentation are available for more details about the project.