MatthewGB

RC Turtle Update

Apr 23rd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. shell.run("delete startup")
  2. shell.run("rm i")
  3. if turtle then
  4. print("I'm a turtle!")
  5. shell.run("pastebin get 24qgDmwq startup")
  6. else
  7. print("I'm a computer!")
  8. shell.run("pastebin get NffWiNJN startup")
  9. end
  10. sleep(1)
  11. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment