deleted silly script... it didn't want to work quite right, anyway..

This commit is contained in:
Thad Ward 2000-05-17 01:30:57 +00:00
parent b01f784fcd
commit 881fb9c875

10
dsparil
View file

@ -1,10 +0,0 @@
#!/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.