sea-shell 0.0.12

A portable Bash-like shell written in Rust
Documentation
1
2
3
4
5
{ pkgs }: {
    deps = [
        pkgs.rustup
    ];
}