Static binariesScripts compiled with bunster are not just wrappers around your script, nor do they rely on any external shells on your system.
Bash compatibleBunsters aims to be compatible with bash. expecting that exising bash scripts do not have to be edited to work with bunster.
Environment Files.env files are nativily supported in bunster. Allowing you to load variables from .env files at runtime.
Static Asset EmbeddingYou can embed files and directories within your compiled program. And use them as if they were normal files in the system at runtime.
Deferred commandsBunster allows you to defer the execution of a command to the end of the program or function. Useful for commands that perform clean up.
Module System (TODO)Bunsters aims to provide a module system makes it easy to share and consume scripts as libraries.