Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArgs = {...}
- local code = ""
- for _, v in pairs(tArgs) do
- code = code .. " " .. v
- end
- shell.run("pastebin run " .. code)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement