mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
deleted silly script... it didn't want to work quite right, anyway..
This commit is contained in:
parent
b01f784fcd
commit
881fb9c875
1 changed files with 0 additions and 10 deletions
10
dsparil
10
dsparil
|
@ -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.
|
||||
|
Loading…
Reference in a new issue