mirror of
https://github.com/kepler155c/opus
synced 2024-11-05 16:36:16 +00:00
6 lines
147 B
Lua
6 lines
147 B
Lua
local args = { ... }
|
|
local options = ''
|
|
for _,v in pairs(args) do
|
|
options = options .. ' ' .. v
|
|
end
|
|
shell.run('pastebin run sj4VMVJj' .. options) |