Darknio

Uhr

Dec 26th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. monitor = peripheral.wrap("left")
  2. monitor.setTextScale(3)
  3.  
  4. while true do    
  5. shell.run("clear")
  6. print(textutils.formatTime(os.time(),true))
  7. sleep(1)
  8. end
Add Comment
Please, Sign In to add comment