Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Portable Computer: startup.lua
- -- By Gemini
- -- This script will run automatically when the computer boots up.
- -- Its only purpose is to open our main tracking script in a new background tab.
- print("Starting GPS tracker in a new tab...")
- shell.openTab("/tracker.lua")
- -- The main shell will now be free for you to use.
Advertisement
Add Comment
Please, Sign In to add comment