diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-07-14 20:37:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-07-14 20:37:47 -0400 |
| commit | fc5532b16318599cb7acce820132f0c99ed68cc3 (patch) | |
| tree | 7e51d6f0a0df9b8ee28623a92a880c4536ada7a5 /system/transfer.lua | |
| parent | 50bd2373002c80c83e1c79afea83342ba64eb8ff (diff) | |
| download | bits-UI-fc5532b16318599cb7acce820132f0c99ed68cc3.tar.gz bits-UI-fc5532b16318599cb7acce820132f0c99ed68cc3.tar.bz2 bits-UI-fc5532b16318599cb7acce820132f0c99ed68cc3.zip | |
New things!
Diffstat (limited to 'system/transfer.lua')
| -rw-r--r-- | system/transfer.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/transfer.lua b/system/transfer.lua new file mode 100644 index 0000000..d16c6b3 --- /dev/null +++ b/system/transfer.lua @@ -0,0 +1,7 @@ +term.clear()
+term.setCursorPos(1,1)
+term.setTextColor(colors.white)
+print("Welcome to the bits-UI transfer!")
+if fs.exists("/disk") then
+ shell.run("copy", "/home", "/disk")
+end
\ No newline at end of file |
