This is for linux purists

...
This commit is contained in:
Wuerfel_21 2014-06-20 10:15:52 +02:00
parent 084aa8ab43
commit 1f1a97e007

View File

@ -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