Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
11
scripts/lua/commands/init.lua
Normal file
11
scripts/lua/commands/init.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
M = {}
|
||||
|
||||
function M.something()
|
||||
local io = require("io")
|
||||
local output = io.popen("ls"):read("a*")
|
||||
print(output)
|
||||
|
||||
print("hello-world!")
|
||||
end
|
||||
|
||||
return M
|
Reference in New Issue
Block a user