Singleton06

downloadGithub

Feb 27th, 2016
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. shell.run("rm", "cInv")
  2. shell.run("rm", "Rune")
  3. shell.run("rm", "Recipes")
  4. shell.run("rm", "CraftRune")
  5. shell.run("rm", "Petals")
  6. shell.run("rm", "CraftFlower")
  7. shell.run("rm", "github")
  8. shell.run("rm", "/downloads/CC-Programs")
  9.  
  10. shell.run("pastebin", "get", "wPtGKMam", "github")
  11. shell.run("github", "Singleton06", "CC-Programs")
  12.  
  13. function moveFile(fileName)
  14.   shell.run("mv", "/downloads/CC-Programs/src/".. fileName .. ".lua", "/" .. fileName)  
  15. end
  16.  
  17.  
  18. shell.run("mv", "/CC-Programs/src/cInv.lua", "/cInv")
  19. shell.run("mv", "/CC-Programs/src/CraftFlower.lua", "/CraftFlower")
  20.  
  21. moveFile("cInv")
  22. moveFile("Rune")
  23. moveFile("Recipes")
  24. moveFile("CraftRune")
  25. moveFile("Petals")
  26. moveFile("CraftFlower")
Add Comment
Please, Sign In to add comment