Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Command:")
- local ip=read()
- local port="left"
- if(port==nil) then
- shell.run(ip)
- else
- shell.run("monitor "..port.." "..ip)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement