Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- side = "top"
- tempFileName = "tempF"
- rednet.open(side)
- os.loadAPI("lib")
- local id, msg = rednet.receive()
- local string = msg
- lib.unstring(tempFileName, string)
- print("Received file from id "..id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement