Co-authored-by: sigonasr2 <sigonasr2@gmail.com>pull/28/head
parent
f427928ca6
commit
c29f50da0d
@ -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