scrolling windows
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
local args = { ... }
|
||||
local options = ''
|
||||
for _,v in pairs(args) do
|
||||
options = options .. ' ' .. v
|
||||
end
|
||||
shell.run('pastebin run sj4VMVJj' .. options)
|
||||
local options = table.concat({ ... }, ' ')
|
||||
shell.run('pastebin run sj4VMVJj ' .. options)
|
||||
|
||||
Reference in New Issue
Block a user