Advertisement
Guest User

startup

a guest
May 30th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. shell.run("clear")
  2. print("...")
  3. shell.run("clear")
  4. term.setTextColor(colors.green)
  5. shell.run("gps locate")
  6. term.setTextColor(colors.blue)
  7. print("Hold CTRL+T to access CraftOS")
  8. term.setTextColor(colors.red)
  9. print("--------------------------")
  10. sleep(5)
  11. shell.run("shutdown")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement