diff --git a/modules/lib/fs.lua b/modules/lib/fs.lua index e8ddd0b..adf8287 100644 --- a/modules/lib/fs.lua +++ b/modules/lib/fs.lua @@ -274,3 +274,4 @@ function srun(fn,...) if not lf then return false, "cannot load file" end spawn(fn,log(pcall(lf,...))) end +os.execute = run