This commit is contained in:
2026-01-16 16:55:41 -05:00
parent 1b21c87654
commit 55fdddeff8

View File

@@ -1,3 +1,6 @@
local diskpath="put your path here"
periphemu.create("right", "drive")
disk.insertDisk("right", diskpath)
local file = fs.open("/disk/boot/cct/eeprom") local file = fs.open("/disk/boot/cct/eeprom")
local text = file.readAll() local text = file.readAll()
file.close() file.close()