alias os.execute to run()

This commit is contained in:
Izaya 2017-10-08 08:10:31 +11:00
parent d242c38fcb
commit 83e26739a5
1 changed files with 1 additions and 0 deletions

View File

@ -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