gps_host.lua

3 lines · 123 B

Open raw

startup

Copy & run

wget https://perlytiara.github.io/turtles.tips/raw/programs/perlytiara/gps/gps_host.lua
1-- startup
2local x, y, z = 100, 64, -200 -- set to this computer's coords
3shell.run(("gps host %d %d %d"):format(x, y, z))