Advertisement
rungholt

clpro

Nov 29th, 2022
697
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local mon = peripheral.find("monitor")
  2.  
  3. local function resetMon()
  4.     mon.clear()
  5.     mon.setBackgroundColor(colors.black)
  6.     mon.setTextColour(colors.white)
  7.     mon.setCursorPos(1, 1)
  8. end
  9.  
  10. resetMon()
  11. textutils.tabulate(shell.programs())
  12.  
Advertisement
Comments
  • Comment was deleted
Add Comment
Please, Sign In to add comment
Advertisement