Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. m = peripheral.wrap("top")
  2. m.setTextScale(1)
  3. term.redirect(m)
  4. while true do
  5. sleep(0)
  6. term.setCursorPos(1,1)
  7. write(textutils.formatTime(os.time(), true))
  8. end
  9. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement