init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
9
computer/3/copyfile.lua
Normal file
9
computer/3/copyfile.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
file = fs.open("tobuild","r")
|
||||
line = file.readLine()
|
||||
while line do
|
||||
rednet.send(4,line)
|
||||
line = file.readLine()
|
||||
end
|
||||
write("line".."\n")
|
||||
rednet.send(4,"done")
|
||||
file.close()
|
Loading…
Add table
Add a link
Reference in a new issue