#!/bin/zsh
use misc/tally
#####################################################################

MAIN() {
	unset USAGE
	TALLY $@
}
