9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
#!/bin/zsh
|
||
|
use misc/tally
|
||
|
#####################################################################
|
||
|
|
||
|
MAIN() {
|
||
|
unset USAGE
|
||
|
TALLY $@
|
||
|
}
|