blob: 7888b989f409410860fed6d0b1733a92f0ba2726 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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`
|