Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 936 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 936 Bytes

minibash

A lightweight shell inspired by bash (version 3.2). minibash supports all of the commands a traditional shell supports env, cd, echo... as well as operators && | > >> ;

Please note that redirections to the left < and << are currently not supported.

Using it

To start the shell, execute the following command:

cargo run

Once in the shell, press ctrl-d or execute the exit command to leave.

Acknowledgements

License

This repository is released under the MIT License.