Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not turtle then
- for i, side in pairs(rs.getSides()) do
- if disk.isPresent(side) then
- disk.setLabel(side, "Recup Floppy")
- shell.run("cd disk")
- shell.run("delete startup")
- shell.run("pastebin get zSam4h0N startup")
- shell.run("move startup disk/startup")
- shell.run("cd ..")
- shell.run("delete startup")
- print("La disquette est prete, vous pouvez retirer le computer")
- end
- end
- else
- bool , errorstr = turtle.dig()
- if errorstr == "No tool to dig with" then
- -- place
- shell.run("pastebin get SnEJWiR6 startup")
- os.reboot()
- else
- -- recup
- shell.run("pastebin get UYMdRsNR startup")
- os.reboot()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement