summaryrefslogtreecommitdiff
path: root/share/scripts/__readable.lua
AgeCommit message (Collapse)Author
2020-03-03Fix off by one in Lua scriptsRobin Gareus
Lua arrays (tables) start counting at one. Also `for i = a, b do .. end` is inclusive: a <= i <= b
2020-02-23Also move Lua scripts to share subfolderRobin Gareus