Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --clock.lua
- #while true do term.clear() term.setCursorPos(1,1) shell.run("/rom/programs/time") sleep(0.75) end
- local monitor = peripheral.wrap("left")
- term.redirect(monitor)
- while true do term.clear() term.setCursorPos(1,1) shell.run("/rom/programs/time") sleep(0.75) end
- term.restore()
Advertisement
Add Comment
Please, Sign In to add comment