Advertisement
ceribia

pasteGet

Jun 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local tArgs = { ... }
  2. if #tArgs ~= 2 then
  3. print( "My Version Usage: pasteGet pastebin program" )
  4. return
  5. end
  6.  
  7. local pastebin = tArgs[1]
  8. local program = tArgs[2]
  9.  
  10. shell.run("delete " .. program)
  11. shell.run("pastebin get " .. pastebin .. " " .. program)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement