1
0
mirror of https://github.com/kepler155c/opus synced 2025-02-07 04:30:03 +00:00
opus/apps/update.lua

6 lines
147 B
Lua
Raw Normal View History

2016-12-11 14:24:52 -05:00
local args = { ... }
local options = ''
for _,v in pairs(args) do
options = options .. ' ' .. v
end
shell.run('pastebin run sj4VMVJj' .. options)