Rsh stands for Rust shell. And yes, yet another shell like Bash, Zsh, Fish, etc but worse
- Clone the repository
$ git clone https://github.com/desyatkoff/rsh.git
- Go to the repository directory
$ cd rsh/ - Launch
install.shscriptsh install.sh
- Clone the repository
$ git clone https://github.com/desyatkoff/rsh.git
- Go to the repository directory
$ cd rsh/ - Compile the Rust project
$ cargo build --release
- OPTIONAL (but still recommended): Copy Rsh to the
/bin/directory$ cp ./target/release/rsh /bin/
Firstly, you have to install Rsh and then type one of these commands:
- If you have NOT moved or copied Rsh binary to
/bin/$ ./target/release/rsh
- If you have moved or copied Rsh binary to
/bin/$ rsh
After that, you will be moved to Rsh and you can start executing some commands with Rsh