scwrypts/zsh/misc/tally

9 lines
131 B
Bash
Executable File

#!/bin/zsh
use misc/tally
#####################################################################
MAIN() {
unset USAGE
TALLY $@
}