Advertisement
CaptainSpaceCat

Dev Runner

Jul 17th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local tArgs = {...}
  2. local code = ""
  3. for _, v in pairs(tArgs) do
  4.     code = code .. " " .. v
  5. end
  6. shell.run("pastebin run " .. code)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement