lua/startup.lua
2025-07-09 13:00:57 +00:00

11 lines
153 B
Lua

function lol()
while true do
turtle.suckUp()
end
end
function artist()
shell.run("artist")
end
parallel.waitForAll(lol, artist)