8000 GitHub - guuzaa/rsh: A simple shell written in Rust 🦀
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guuzaa/rsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSH

A simple shell written in Rust 🦀, that is inspired by lsh.

Usage

Run

cargo run

Build

cargo build --release
# run the binary
./target/release/rsh

Builtins

  • cd - Change the current directory.
  • help - Display help information.
  • exit - Exit the shell.
  • Add your own builtins.

License

This project is licensed under the CC0 license. This means it is in the public domain.

About

A simple shell written in Rust 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0