Skip to content

Great shell implementation by me. It could even allow to build some staticly typed byte-code for OCaml. Awesome !

License

Notifications You must be signed in to change notification settings

BastienDuplessier/suus-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Ultimate Unique Shell

This project is about me learning some rust to be a better programmer. It will implement some basic commands and syntax and maybe more.

Dependencies

You need to install Rust (1.18.0-nightly) and Cargo (0.19.0-nightly)

Building

First build the project with cargo

  cargo build --release

Then, just run the binary created default is

  target/release/suus-shell

Implemented commands

Command State
exit done
echo done
pwd todo
ls todo
cd todo

Origin of the name

This shell will be both unique and ultimate. That's why it's in the name

About

Great shell implementation by me. It could even allow to build some staticly typed byte-code for OCaml. Awesome !

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages