yom 0.1.11

A modern, easy to install competitor to the dash shell, built solely to execute files.
1
2
3
4
5
6
7
8
build:
	cargo build --release
install:
	cargo install --path .
	sudo cp ./docs/yom.1 /usr/local/share/man/man1/yom.1
uninstall:
	cargo uninstall yom
	sudo rm -f /usr/local/share/man/man1/yom.1