Advertisement
osmarks

Monitorize

Sep 2nd, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. peripheral.find("monitor", function(name)
  2.     process.spawn(function() shell.run("monitor", name, "shell") end, "monshell" .. name)
  3. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement