refactor parallel code
This commit is contained in:
6
openos/apis/sh.lua
Normal file
6
openos/apis/sh.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local shell = _ENV.shell
|
||||
|
||||
return {
|
||||
execute = function(_, ...) return shell.run(...) end,
|
||||
getLastExitCode = function() return 0 end,
|
||||
}
|
||||
Reference in New Issue
Block a user