added a log message counter called dsparil

This commit is contained in:
Thad Ward 2000-05-16 23:59:00 +00:00
parent 76fe294e09
commit b01f784fcd

10
dsparil Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash --
#this script must be run from within a cvs controlled directory
#so cvs can get the proper cvsroot
MYCVSOPTS=-z3
COMMITS=`cvs $MYCVSOPTS log 2>/dev/null |grep -e "^date.*author:" |grep $1 |wc -l`
echo `basename $0`: CVS user $1 has authored $COMMITS log messages.