SBash

Description

Strict Bash Shell, compiler and interpreter. Designed to be used as a Linux interactive shell with minimal dependencies, and compile bash script to standalone static binaries. Will only support a subset of bash syntax.

TODO

Features

Limitations

Objectives

Build

bash cargo build --target x86_64-unknown-linux-musl --release

Other

fix some warnings

bash cargo fix --allow-dirty