usage: buttcount phrase number

This commit is contained in:
thomas.figg 2007-12-15 19:01:33 +00:00
parent b06616591f
commit 277d0cd54a
1 changed files with 2 additions and 0 deletions

2
buttcount Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
perl -e " print \"$1\n\" x $2 " | perl buttest.pl | sort | uniq -c