yom 0.1.3

A modern, easy to install competitor to the dash shell, built solely to execute files.
1
2
3
4
5
/// Exits with given exit code
#[inline]
pub fn main(code: i32) {
    std::process::exit(code);
}