Guest User

Uhrzeit Turm

a guest
Jan 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. monitor = peripheral.wrap("top")
  2. monitor.setTextScale(5)
  3. while true do
  4. shell.run("clear")
  5. shell.run("time")
  6. sleep(0.2)
  7. end
Add Comment
Please, Sign In to add comment