Advertisement
goldfiction

rednetprint

Nov 27th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3. sleep(0.1)
  4. id, msg = rednet.receive()
  5. print(msg)
  6. http.get("http://rwind.tk:3000/print?msg="..msg)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement