initial commit
This commit is contained in:
commit
be5007d57c
23 changed files with 1013 additions and 0 deletions
9
test.lua
Normal file
9
test.lua
Normal file
|
|
@ -0,0 +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
|
||||
end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue