mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 10:51:55 -04:00
This is for linux purists
...
This commit is contained in:
parent
084aa8ab43
commit
1f1a97e007
@ -65,8 +65,10 @@ for i = 1, #dirs do
|
||||
end
|
||||
end
|
||||
setColor(0xFFFFFF)
|
||||
io.write("\nDirectorys: "..tostring(#lsd))
|
||||
io.write("\nFiles: "..tostring(#lsf))
|
||||
if options.c then
|
||||
io.write("\nDirectorys: "..tostring(#lsd))
|
||||
io.write("\nFiles: "..tostring(#lsf))
|
||||
end
|
||||
if not options.l then
|
||||
io.write("\n")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user