codesize.sh now counts JSON too

This commit is contained in:
Daniel Ratcliffe 2017-05-01 15:24:08 +01:00
parent 7d497f2835
commit df01405583
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ cat `find src | grep \\.java$` | wc
echo "Lua code:"
cat `find src/main/resources/assets/computercraft/lua` | wc
echo "JSON:"
cat `find src/main/resources/assets/computercraft | grep \\.json$` | wc