Advertisement
goldfiction

dorunx

Dec 26th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. print("Command:")
  2. local ip=read()
  3. local port="left"
  4. if(port==nil) then
  5. shell.run(ip)
  6. else
  7. shell.run("monitor "..port.." "..ip)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement