This commit is contained in:
Julian Brammer 2024-06-12 22:05:03 +02:00
parent fc646a0f0e
commit 911db9a237

View File

@ -40,6 +40,7 @@ local lines = lines_from(file)
for k,v in pairs(lines) do
sleep(1)
if string.match(v, "rect") then
if string.match(v, "green") then
--print(k .. ": yay")
-- lines containing "green"
@ -69,6 +70,7 @@ for k,v in pairs(lines) do
print(x .. " " .. y .. " x")
end
end
end