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
build:
	cargo build --release
install:
	cargo install --path .
	sudo cp ./docs/yom.1 /usr/local/share/man/man1/yom.1