Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.84 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. files=("http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.epub"
  4. "http://www.oreilly.com/programming/free/files/object-oriented-vs-functional-programming.epub"
  5. "http://www.oreilly.com/programming/free/files/java-the-legend.epub"
  6. "http://www.oreilly.com/programming/free/files/introducing-java-8.epub"
  7. "http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.epub"
  8. "http://www.oreilly.com/programming/free/files/20-python-libraries-you-arent-using-but-should.epub"
  9. "http://www.oreilly.com/programming/free/files/hadoop-with-python.epub"
  10. "http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.epub"
  11. "http://www.oreilly.com/programming/free/files/functional-programming-python.epub"
  12. "http://www.oreilly.com/programming/free/files/python-in-education.epub"
  13. "http://www.oreilly.com/programming/free/files/from-future-import-python.epub"
  14. "http://www.oreilly.com/programming/free/files/trends-shaping-the-london-tech-scene.epub"
  15. "http://www.oreilly.com/programming/free/files/why-rust.epub"
  16. "http://www.oreilly.com/programming/free/files/c++-today.epub"
  17. "http://www.oreilly.com/programming/free/files/analyzing-visualizing-data-f-sharp.epub"
  18. "http://www.oreilly.com/programming/free/files/rxjava-for-android-app-development.epub"
  19. "http://www.oreilly.com/programming/free/files/swift-pocket-reference.epub"
  20. "http://www.oreilly.com/programming/free/files/ten-steps-to-linux-survival.epub"
  21. "http://www.oreilly.com/programming/free/files/open-by-design.epub"
  22. "http://www.oreilly.com/programming/free/files/getting-started-with-innersource.epub"
  23. "http://www.oreilly.com/programming/free/files/microservices-antipatterns-and-pitfalls.epub"
  24. "http://www.oreilly.com/programming/free/files/microservices-vs-service-oriented-architecture.epub"
  25. "http://www.oreilly.com/programming/free/files/software-architecture-patterns.epub"
  26. "http://www.oreilly.com/programming/free/files/migrating-cloud-native-application-architectures.epub"
  27. "http://www.oreilly.com/programming/free/files/reactive-microservices-architecture-orm.epub"
  28. "http://www.oreilly.com/programming/free/files/engineering-managers-guide-design-patterns.epub"
  29. "http://www.oreilly.com/programming/free/files/azure-for-developers.epub"
  30. "http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.mobi"
  31. "http://www.oreilly.com/programming/free/files/object-oriented-vs-functional-programming.mobi"
  32. "http://www.oreilly.com/programming/free/files/java-the-legend.mobi"
  33. "http://www.oreilly.com/programming/free/files/introducing-java-8.mobi"
  34. "http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.mobi"
  35. "http://www.oreilly.com/programming/free/files/20-python-libraries-you-arent-using-but-should.mobi"
  36. "http://www.oreilly.com/programming/free/files/hadoop-with-python.mobi"
  37. "http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.mobi"
  38. "http://www.oreilly.com/programming/free/files/functional-programming-python.mobi"
  39. "http://www.oreilly.com/programming/free/files/python-in-education.mobi"
  40. "http://www.oreilly.com/programming/free/files/from-future-import-python.mobi"
  41. "http://www.oreilly.com/programming/free/files/trends-shaping-the-london-tech-scene.mobi"
  42. "http://www.oreilly.com/programming/free/files/why-rust.mobi"
  43. "http://www.oreilly.com/programming/free/files/c++-today.mobi"
  44. "http://www.oreilly.com/programming/free/files/analyzing-visualizing-data-f-sharp.mobi"
  45. "http://www.oreilly.com/programming/free/files/rxjava-for-android-app-development.mobi"
  46. "http://www.oreilly.com/programming/free/files/swift-pocket-reference.mobi"
  47. "http://www.oreilly.com/programming/free/files/ten-steps-to-linux-survival.mobi"
  48. "http://www.oreilly.com/programming/free/files/open-by-design.mobi"
  49. "http://www.oreilly.com/programming/free/files/getting-started-with-innersource.mobi"
  50. "http://www.oreilly.com/programming/free/files/microservices-antipatterns-and-pitfalls.mobi"
  51. "http://www.oreilly.com/programming/free/files/microservices-vs-service-oriented-architecture.mobi"
  52. "http://www.oreilly.com/programming/free/files/software-architecture-patterns.mobi"
  53. "http://www.oreilly.com/programming/free/files/migrating-cloud-native-application-architectures.mobi"
  54. "http://www.oreilly.com/programming/free/files/reactive-microservices-architecture-orm.mobi"
  55. "http://www.oreilly.com/programming/free/files/engineering-managers-guide-design-patterns.mobi"
  56. "http://www.oreilly.com/programming/free/files/azure-for-developers.mobi"
  57. "http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.pdf"
  58. "http://www.oreilly.com/programming/free/files/object-oriented-vs-functional-programming.pdf"
  59. "http://www.oreilly.com/programming/free/files/java-the-legend.pdf"
  60. "http://www.oreilly.com/programming/free/files/introducing-java-8.pdf"
  61. "http://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf"
  62. "http://www.oreilly.com/programming/free/files/20-python-libraries-you-arent-using-but-should.pdf"
  63. "http://www.oreilly.com/programming/free/files/hadoop-with-python.pdf"
  64. "http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.pdf"
  65. "http://www.oreilly.com/programming/free/files/functional-programming-python.pdf"
  66. "http://www.oreilly.com/programming/free/files/python-in-education.pdf"
  67. "http://www.oreilly.com/programming/free/files/from-future-import-python.pdf"
  68. "http://www.oreilly.com/programming/free/files/trends-shaping-the-london-tech-scene.pdf"
  69. "http://www.oreilly.com/programming/free/files/2016-european-software-development-salary-survey.pdf"
  70. "http://www.oreilly.com/programming/free/files/2016-software-development-salary-survey-report.pdf"
  71. "http://www.oreilly.com/programming/free/files/why-rust.pdf"
  72. "http://www.oreilly.com/programming/free/files/c++-today.pdf"
  73. "http://www.oreilly.com/programming/free/files/analyzing-visualizing-data-f-sharp.pdf"
  74. "http://www.oreilly.com/programming/free/files/rxjava-for-android-app-development.pdf"
  75. "http://www.oreilly.com/programming/free/files/swift-pocket-reference.pdf"
  76. "http://www.oreilly.com/programming/free/files/ten-steps-to-linux-survival.pdf"
  77. "http://www.oreilly.com/programming/free/files/open-by-design.pdf"
  78. "http://www.oreilly.com/programming/free/files/getting-started-with-innersource.pdf"
  79. "http://www.oreilly.com/programming/free/files/microservices-antipatterns-and-pitfalls.pdf"
  80. "http://www.oreilly.com/programming/free/files/microservices-vs-service-oriented-architecture.pdf"
  81. "http://www.oreilly.com/programming/free/files/software-architecture-patterns.pdf"
  82. "http://www.oreilly.com/programming/free/files/migrating-cloud-native-application-architectures.pdf"
  83. "http://www.oreilly.com/programming/free/files/reactive-microservices-architecture-orm.pdf"
  84. "http://www.oreilly.com/programming/free/files/engineering-managers-guide-design-patterns.pdf"
  85. "http://www.oreilly.com/programming/free/files/azure-for-developers.pdf")
  86.  
  87. wget "${files[@]}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement