Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- print("pls enter Computer id from web server")
- computerserverid = tonumber(read())
- print("Enter Website")
- website = read()
- if not fs.exists(tostring(website)) then
- rednet.send(tostring(computerserverid),website)
- while true do
- local id, message = rednet.receive()
- print(message)
- shell.run(message)
- shell.run(website)
- error()
- end
- end
- if fs.exists(tostring(website)) then
- shell.run(website)
- error()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement