Advertisement
Guest User

clear

a guest
Jan 16th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. write("Munix 1.0 - Licensed copy")
  4. time = os.time()
  5. formattedTime = textutils.formatTime(time, false)
  6. print(" | "..formattedTime)
  7. term.setTextColor(colors.green)
  8. write("System")
  9. term.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement