2485 shaares
83 private links
83 private links
Is it possible to read the following from the local variable in Lua?
local t = os.execute("echo 'test'")
print(t)
I just want to achieve this: whatever is executed via the ox.execute and will ret...