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