2023-12-19 14:06:17 -06:00
|
|
|
TOTAL=$(wc -l $(find *.cpp *.h -not -name "miniaudio.h" -not -name "olc*.h")|grep "total"|awk '{print $1}')
|
|
|
|
FILECOUNT=$(find *.cpp *.h -not -name "miniaudio.h" -not -name "olc*.h"|wc -l)
|
2023-11-29 00:50:00 -06:00
|
|
|
echo "$[TOTAL-FILECOUNT*37] (License lines Excluded)"
|