scwrypts/zsh/misc/tally

9 lines
131 B
Plaintext
Raw Normal View History

2023-12-12 00:07:09 +00:00
#!/bin/zsh
use misc/tally
#####################################################################
MAIN() {
unset USAGE
TALLY $@
}