vrsh 0.1.0

A simple shell written for my own learning.
1
2
3
4
pub mod cd;
pub mod alias;
pub mod errors;
pub mod set_variable;