Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Prevent phone startup from overriding connected startup
- if (pocket) then
- print("Running mermeapp")
- shell.execute("mermeapp.lua")
- else
- print("Running normal startup")
- shell.execute("startup.lua")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement