Advertisement
guitarplayer616

ClearMonitor

Jun 28th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local native = term.current()
  2.  
  3. term.redirect(peripheral.find("monitor"))
  4. term.setBackgroundColor(colors.black)
  5. shell.run("clr")
  6. term.redirect(native)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement