Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/Crawler
commit
68c02adde6
@ -1 +1,3 @@ |
||||
wc -l $(find *.cpp *.h -not -name "olc*.h") |
||||
TOTAL=$(wc -l $(find *.cpp *.h -not -name "olc*.h")|grep "total"|awk '{print $1}') |
||||
FILECOUNT=$(find *.cpp *.h -not -name "olc*.h"|wc -l) |
||||
echo "$[TOTAL-FILECOUNT*31] (License lines Excluded)" |
||||
|
Loading…
Reference in new issue