Initial commit
This commit is contained in:
6
apps/update.lua
Normal file
6
apps/update.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local args = { ... }
|
||||
local options = ''
|
||||
for _,v in pairs(args) do
|
||||
options = options .. ' ' .. v
|
||||
end
|
||||
shell.run('pastebin run sj4VMVJj' .. options)
|
||||
Reference in New Issue
Block a user