mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-12-14 18:15:44 +00:00
4 lines
No EOL
96 B
Lua
4 lines
No EOL
96 B
Lua
local scheduler = require("scheduler")
|
|
scheduler.spawn(function()
|
|
shell.run(arg.string)
|
|
end) |