yom 0.0.2

A modern, easy to install competitor to the dash shell, built solely to execute files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# YOM
[github](https://github.com/G0o53/yom) - [cargo](https://crates.io/crates/yom)


`yom` is the fast, almost scary fast, `dash` competitor (even though it can only execute scripts!). While `dash` is a nightmare to install, `yom` is built for the modern dev. 
It matches dash in raw performance while staying incredibly easy to set up.
```sh
echo "This is yom"
echo "It is FAST"
echo "Almost as fast as dash."
```
## Why use YOM?
As we all know, all debian-based distros inherit `dash`... but what about other distros? Well thats when `yom` comes into play, by being easy to install everywhere that
Rust runs.