Advertisement
craftyoyo

Untitled

May 18th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ymon = peripheral.wrap(up) --replace it with the side of the monitor
  2. ymon.setTextScale(5)
  3. term.redirect(ymon)
  4. while true do
  5. print(textutils.formatTime(os.time(),true))
  6. term.restore()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement