yom 0.1.0

A modern, easy to install competitor to the dash shell, built solely to execute files.
1
2
3
4
5
pub mod echo;
pub mod pwd;
pub mod cd;
pub mod exit;
pub mod read;