blob: d16c6b39af0f2054cbd03d49ab74f31cd1e3ab81 (
plain) (
blame)
1
2
3
4
5
6
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
|