tinysh 0.0.2

A tiny shell built for educational purposes
1
2
3
4
5
6
7
8
watch:
	cargo watch -x check -x fmt -x run
compile:
	cargo build
release: 
	cargo build --release
test:
	cargo test