mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-25 05:12:52 +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…
x
Reference in New Issue
Block a user