Advertisement
Guest User

Untitled

a guest
Nov 10th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. tree -a '/home/damon/Стільниця/tmp'
  2. /home/damon/Стільниця/tmp
  3. ├── amarok-junest.sh
  4. ├── .local
  5. │   └── share
  6. │   └── junest
  7. │   ├── bin
  8. │   │   ├── junest
  9. │   │   └── sudoj
  10. │   ├── ci
  11. │   │   ├── build_image.sh
  12. │   │   ├── deploy.sh
  13. │   │   └── install-bash.sh
  14. │   ├── CONTRIBUTING.md
  15. │   ├── .git
  16. │   │   ├── branches
  17. │   │   ├── config
  18. │   │   ├── description
  19. │   │   ├── HEAD
  20. │   │   ├── hooks
  21. │   │   │   ├── applypatch-msg.sample
  22. │   │   │   ├── commit-msg.sample
  23. │   │   │   ├── fsmonitor-watchman.sample
  24. │   │   │   ├── post-update.sample
  25. │   │   │   ├── pre-applypatch.sample
  26. │   │   │   ├── pre-commit.sample
  27. │   │   │   ├── pre-merge-commit.sample
  28. │   │   │   ├── prepare-commit-msg.sample
  29. │   │   │   ├── pre-push.sample
  30. │   │   │   ├── pre-rebase.sample
  31. │   │   │   ├── pre-receive.sample
  32. │   │   │   ├── push-to-checkout.sample
  33. │   │   │   ├── sendemail-validate.sample
  34. │   │   │   └── update.sample
  35. │   │   ├── index
  36. │   │   ├── info
  37. │   │   │   └── exclude
  38. │   │   ├── logs
  39. │   │   │   ├── HEAD
  40. │   │   │   └── refs
  41. │   │   │   ├── heads
  42. │   │   │   │   └── master
  43. │   │   │   └── remotes
  44. │   │   │   └── origin
  45. │   │   │   └── HEAD
  46. │   │   ├── objects
  47. │   │   │   ├── info
  48. │   │   │   └── pack
  49. │   │   │   ├── pack-737ab7c70d005545feabe9d69598909846dde51a.idx
  50. │   │   │   ├── pack-737ab7c70d005545feabe9d69598909846dde51a.pack
  51. │   │   │   └── pack-737ab7c70d005545feabe9d69598909846dde51a.rev
  52. │   │   ├── packed-refs
  53. │   │   └── refs
  54. │   │   ├── heads
  55. │   │   │   └── master
  56. │   │   ├── remotes
  57. │   │   │   └── origin
  58. │   │   │   └── HEAD
  59. │   │   └── tags
  60. │   ├── .github
  61. │   │   └── FUNDING.yml
  62. │   ├── .gitignore
  63. │   ├── lib
  64. │   │   ├── checks
  65. │   │   │   ├── check_all.sh
  66. │   │   │   └── check.sh
  67. │   │   ├── core
  68. │   │   │   ├── build.sh
  69. │   │   │   ├── chroot.sh
  70. │   │   │   ├── common.sh
  71. │   │   │   ├── namespace.sh
  72. │   │   │   ├── proot.sh
  73. │   │   │   ├── setup.sh
  74. │   │   │   └── wrappers.sh
  75. │   │   └── utils
  76. │   │   └── utils.sh
  77. │   ├── LICENSE
  78. │   ├── README.md
  79. │   ├── tests
  80. │   │   ├── checkstyle
  81. │   │   │   └── checkstyle.sh
  82. │   │   ├── unit-tests
  83. │   │   │   ├── test-chroot.sh
  84. │   │   │   ├── test-common.sh
  85. │   │   │   ├── test-junest.sh
  86. │   │   │   ├── test-namespace.sh
  87. │   │   │   ├── test-proot.sh
  88. │   │   │   ├── test-setup.sh
  89. │   │   │   ├── test-utils.sh
  90. │   │   │   ├── test-wrappers.sh
  91. │   │   │   └── unit-tests.sh
  92. │   │   └── utils
  93. │   │   ├── shunit2
  94. │   │   └── utils.sh
  95. │   ├── .travis.yml
  96. │   └── VERSION
  97. └── .wget-hsts
  98.  
  99. 32 directories, 64 files
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement