Advertisement
LegarsStyler

Time

Apr 10th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. term.clear()
  2. mon = peripheral.wrap("left")
  3. mon.setTextScale(4,5)
  4. while true
  5. do
  6. mon.setCursorPos(1,1)
  7. mon.write(textutils.formatTime(os.time(),true))
  8. mon.write("h")
  9. sleep(1)
  10. mon.clear()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement