mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 11:40:29 +00:00
codesize.sh now counts JSON too
This commit is contained in:
parent
7d497f2835
commit
df01405583
@ -4,3 +4,7 @@ cat `find src | grep \\.java$` | wc
|
|||||||
|
|
||||||
echo "Lua code:"
|
echo "Lua code:"
|
||||||
cat `find src/main/resources/assets/computercraft/lua` | wc
|
cat `find src/main/resources/assets/computercraft/lua` | wc
|
||||||
|
|
||||||
|
echo "JSON:"
|
||||||
|
cat `find src/main/resources/assets/computercraft | grep \\.json$` | wc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user