mew
This commit is contained in:
parent
fe086e3a0c
commit
1ff3cea4d6
29 changed files with 3206 additions and 79 deletions
7
computer/1/recievfile.lua
Normal file
7
computer/1/recievfile.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
file = fs.open(arg[1],"w")
|
||||
id,mess = rednet.receive()
|
||||
while mess do
|
||||
file.writeLine(mess)
|
||||
id,mess = rednet.receive()
|
||||
end
|
||||
file.close()
|
Loading…
Add table
Add a link
Reference in a new issue