Advertisement
JMZ10

JMZClock V1.0 for Computercraft

May 24th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. print("Welcome to JMZClock V1.0")
  2. sleep(2)
  3. while true do
  4.     term.clear()
  5.     term.setCursorPos(1,1)
  6.     shell.run("/rom/programs/time")
  7.     sleep(0.75)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement