yom 0.0.3

A modern, easy to install competitor to the dash shell, built solely to execute files.
1
2
3
pub fn main(code: i32) {
    std::process::exit(code);
}