Fixed icefuzz/runloop.sh for git

This commit is contained in:
Clifford Wolf 2016-01-01 16:28:57 +01:00
parent 804e47d8ff
commit 8bc618254f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
i=0
while true; do
echo; svn diff cached_*.txt | diffstat
echo; git diff cached_*.txt | diffstat
echo; echo -n "[$(date '+%H:%M:%S')] Iteration $(( ++i )) "
{ echo; echo; echo; echo; echo; echo; echo "Iteration $i"; date; } >> runloop.log
if make clean > >( gawk '{ print >> "runloop.log"; printf("x"); fflush(""); }'; ) 2>&1 &&