Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(2048)
- term.clear()
- titleBar()
- term.setBackgroundColor(2048)
- local FileList = fs.list("")
- term.setTextColor(colors.white)
- term.setCursorPos(1,2)
- for _, file in ipairs(FileList) do
- fileeven = file[2] and file[4] and file[6]
- for n = 1, #FileList do
- if n % 2 == 1 then
- term.setCursorPos(1, n + 1)
- term.setBackgroundColor(colors.gray)
- term.clearLine()
- print(file)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment