:retab
This commit is contained in:
parent
8537a9a127
commit
1a764d6a14
9 changed files with 332 additions and 329 deletions
10
test.lua
10
test.lua
|
|
@ -1,9 +1,9 @@
|
|||
wom.register_subcmd("helloworld", function()
|
||||
print("hello world")
|
||||
|
||||
for i in wom.fs.dir(".") do
|
||||
if wom.fs.type(i) == "directory" then
|
||||
print(i)
|
||||
end
|
||||
end
|
||||
for i in wom.fs.dir(".") do
|
||||
if wom.fs.type(i) == "directory" then
|
||||
print(i)
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue