Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Stationary Computer: startup.lua
- -- By Gemini
- -- This script will run automatically when the computer boots up.
- -- It opens the receiver script in a new background tab.
- print("Starting GPS receiver in a new tab...")
- shell.openTab("/receiver.lua")
- -- The main shell is now ready for use.
Advertisement
Add Comment
Please, Sign In to add comment