aki-unbody 0.1.18

output first or last n lines, like a head and tail of linux command.
Documentation

all: readme

readme: README.md

README.md: README.tpl src/lib.rs
	cargo readme > $@

test:
	cargo test

clean:
	cargo clean