Advertisement
Cookie042

pb get

Jun 10th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. args = {...}
  2. if args[1] == "quarry" then
  3.   shell.run("delete","quarry")
  4.   shell.run("pastebin", "get", "kpU830aq", "quarry")
  5. elseif args[1] == "move" then
  6.   shell.run("delete","move")
  7.   shell.run("pastebin", "get", "fsBqvnGu", "move")
  8. elseif args[1] == "deploy" then
  9.   shell.run("delete","deploy")
  10.   shell.run("pastebin", "get", "3zAEsjJk", "deploy")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement