diff options
Diffstat (limited to 'system/transfer.lua')
| -rw-r--r-- | system/transfer.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/transfer.lua b/system/transfer.lua deleted file mode 100644 index cc25dac..0000000 --- a/system/transfer.lua +++ /dev/null @@ -1,13 +0,0 @@ -term.clear()
-term.setCursorPos(1,1)
-term.setTextColor(colors.white)
-print("Welcome to the bits-UI transfer!")
-sleep(2)
-if fs.exists("/disk") then
- shell.run("copy", "/home", "/disk")
- shell.run("copy", "/etc/passwd.pwd", "/disk")
-else
- print("You need a floppy disk to copy over data.")
- print("Installation has been halted.")
- sleep(2)
-end
\ No newline at end of file |
