# pish This is a shell written in Rust. ## Building it - Have rust/cargo installed - `cargo build` ## Trying it out - `cargo run` ## Installing it - put the binary at a path that is useful to you, like `/usr/bin/pish` - allow the shell to be used for login by putting `/usr/bin/pish` into `/etc/shells` - adjust your shell in `/etc/passwd`