Advertisement
Guest User

Untitled

a guest
Mar 24th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. MacBook-Pro:static-site shane$ ls -R build
  2. index.html my-first-post my-fourth-post my-second-post my-third-post test
  3.  
  4. build/my-first-post:
  5. index.html test
  6.  
  7. build/my-first-post/test:
  8. test.txt
  9.  
  10. build/my-fourth-post:
  11. index.html my-first-post test
  12.  
  13. build/my-fourth-post/my-first-post:
  14. test
  15.  
  16. build/my-fourth-post/my-first-post/test:
  17. test.txt
  18.  
  19. build/my-fourth-post/test:
  20. test.txt
  21.  
  22. build/my-second-post:
  23. index.html my-first-post my-fourth-post test
  24.  
  25. build/my-second-post/my-first-post:
  26. test
  27.  
  28. build/my-second-post/my-first-post/test:
  29. test.txt
  30.  
  31. build/my-second-post/my-fourth-post:
  32. my-first-post test
  33.  
  34. build/my-second-post/my-fourth-post/my-first-post:
  35. test
  36.  
  37. build/my-second-post/my-fourth-post/my-first-post/test:
  38. test.txt
  39.  
  40. build/my-second-post/my-fourth-post/test:
  41. test.txt
  42.  
  43. build/my-second-post/test:
  44. test.txt
  45.  
  46. build/my-third-post:
  47. index.html my-first-post my-fourth-post my-second-post test
  48.  
  49. build/my-third-post/my-first-post:
  50. test
  51.  
  52. build/my-third-post/my-first-post/test:
  53. test.txt
  54.  
  55. build/my-third-post/my-fourth-post:
  56. my-first-post test
  57.  
  58. build/my-third-post/my-fourth-post/my-first-post:
  59. test
  60.  
  61. build/my-third-post/my-fourth-post/my-first-post/test:
  62. test.txt
  63.  
  64. build/my-third-post/my-fourth-post/test:
  65. test.txt
  66.  
  67. build/my-third-post/my-second-post:
  68. my-first-post my-fourth-post test
  69.  
  70. build/my-third-post/my-second-post/my-first-post:
  71. test
  72.  
  73. build/my-third-post/my-second-post/my-first-post/test:
  74. test.txt
  75.  
  76. build/my-third-post/my-second-post/my-fourth-post:
  77. my-first-post test
  78.  
  79. build/my-third-post/my-second-post/my-fourth-post/my-first-post:
  80. test
  81.  
  82. build/my-third-post/my-second-post/my-fourth-post/my-first-post/test:
  83. test.txt
  84.  
  85. build/my-third-post/my-second-post/my-fourth-post/test:
  86. test.txt
  87.  
  88. build/my-third-post/my-second-post/test:
  89. test.txt
  90.  
  91. build/my-third-post/test:
  92. test.txt
  93.  
  94. build/test:
  95. test.txt
  96.  
  97. Macbook-Pro:static-site shane$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement