Skip to content

A lightweight shell inspired by bash (version 3.2).

License

Notifications You must be signed in to change notification settings

maxdesalle/minibash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A lightweight shell inspired by bash (version 3.2).

Resources

License

Stars

Watchers

Forks

Languages