yom 0.1.9

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
15
16
# 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 can match dash in raw performance while staying incredibly easy to set up.
```bash
echo "This is yom"
echo "It is FAST"
echo "It can even match dash in performance."
```
## 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.

doccumentation is available at `docs/yom.1`