1
0
mirror of https://github.com/kepler155c/opus synced 2024-10-01 16:30:41 +00:00
opus/apps/update.lua
kepler155c@gmail.com fc243a9c12 Initial commit
2016-12-11 14:24:52 -05:00

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)