Advertisement
punchin

CC_GetAll

Sep 18th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3.  
  4. print("Deleting old files.")
  5.  
  6. --[[
  7. rm("log")
  8. rm("move")
  9. rm("flintify")
  10. rm("obsid")
  11. rm("spawner")
  12. rm("middle")
  13. rm("tnl")
  14. rm("npath")
  15. rm("masstunnel")
  16. ]]--
  17.  
  18. sleep(2)
  19.  
  20. term.clear()
  21. term.setCursorPos(1,1)
  22.  
  23. print("Old files purged. Downloading new files.")
  24.  
  25. shell.run("pastebin","get","UbmgFMhf","log")
  26. shell.run("pastebin","get","hmPCSVgg","move")
  27. shell.run("pastebin","get","CFFV8Gdt","flintify")
  28. shell.run("pastebin","get","YkBSUG0D","obsid")
  29. shell.run("pastebin","get","3XZub9ER","spawner")
  30. shell.run("pastebin","get","Tw8zmEiz","middle")
  31. shell.run("pastebin","get","MUZ8P12k","tnl")
  32. shell.run("pastebin","get","PPEXQDmp","npath")
  33. shell.run("pastebin","get","MFSthH0d","masstunnel")
  34. shell.run("pastebin","get","49W3UtFC","platform")
  35. shell.run("pastebin","get","zar5D78t","bspawn")
  36. shell.run("pastebin","get","MRU8NpqN","stairs")
  37. shell.run("pastebin","get","1Se2LxKT","lfuel")
  38. term.clear()
  39. term.setCursorPos(1,1)
  40.  
  41. print("All files downloaded.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement