aboutsummaryrefslogtreecommitdiff
path: root/system/transfer.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-07-15 13:12:04 -0400
committerAndrew Lee <alee14498@gmail.com>2019-07-15 13:12:04 -0400
commitbc294508b9d6566add6605bb7da09d3f6b74f9bb (patch)
tree2dc2e09e6aa5e3edcc98e1a22217ac61c702c4a6 /system/transfer.lua
parenta3e41759b761898f24b9e8b7c5e0679ca273df07 (diff)
downloadbits-UI-bc294508b9d6566add6605bb7da09d3f6b74f9bb.tar.gz
bits-UI-bc294508b9d6566add6605bb7da09d3f6b74f9bb.tar.bz2
bits-UI-bc294508b9d6566add6605bb7da09d3f6b74f9bb.zip
Corrections and new API!
Diffstat (limited to 'system/transfer.lua')
-rw-r--r--system/transfer.lua13
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