schwiti100

Downloader

Jul 25th, 2021 (edited)
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. local args = {...}
  2. --[[
  3. local files = {
  4.     Class = "t8Dr3Ne0",
  5.     BasicTaskModule = "a3b0XDAs",
  6.     TurtleStripMining = "PjsfaaBL",
  7.     TurtleTreeCutting = "a5XfhuLV"
  8. }
  9. ]]--
  10.  
  11. for fileName, pastebinId in pairs(args) do
  12.     if fs.exists(fileName) then
  13.         fs.delete(fileName)
  14.     end
  15.     shell.execute("pastebin","get", pastebinId, fileName)
  16. end
Add Comment
Please, Sign In to add comment