Advertisement
Guest User

terminal

a guest
Aug 4th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. term.setBackgroundColor(colors.black)
  2. term.clear()
  3. term.setTextColor(16)
  4. term.setCursorPos(1,1)
  5. print("Run prompt then control+s for restart")
  6. shell.run("lua")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement