Advertisement
lachiu

temp

Aug 24th, 2020 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local input = {...}
  2. local PastebinCode = "g56ESGUB"
  3.  
  4. function Update(input)
  5. shell.run("delete",input[1])
  6. print("The file you want to update is " .. input[1] .. " with code " .. PastebinCode .. "\n")
  7. shell.run("pastebin get", PastebinCode, input[1])
  8. end
  9.  
  10. Update(input)
  11. print("Done")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement