Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tree -a '/home/damon/Стільниця/tmp'
- /home/damon/Стільниця/tmp
- ├── amarok-junest.sh
- ├── .local
- │ └── share
- │ └── junest
- │ ├── bin
- │ │ ├── junest
- │ │ └── sudoj
- │ ├── ci
- │ │ ├── build_image.sh
- │ │ ├── deploy.sh
- │ │ └── install-bash.sh
- │ ├── CONTRIBUTING.md
- │ ├── .git
- │ │ ├── branches
- │ │ ├── config
- │ │ ├── description
- │ │ ├── HEAD
- │ │ ├── hooks
- │ │ │ ├── applypatch-msg.sample
- │ │ │ ├── commit-msg.sample
- │ │ │ ├── fsmonitor-watchman.sample
- │ │ │ ├── post-update.sample
- │ │ │ ├── pre-applypatch.sample
- │ │ │ ├── pre-commit.sample
- │ │ │ ├── pre-merge-commit.sample
- │ │ │ ├── prepare-commit-msg.sample
- │ │ │ ├── pre-push.sample
- │ │ │ ├── pre-rebase.sample
- │ │ │ ├── pre-receive.sample
- │ │ │ ├── push-to-checkout.sample
- │ │ │ ├── sendemail-validate.sample
- │ │ │ └── update.sample
- │ │ ├── index
- │ │ ├── info
- │ │ │ └── exclude
- │ │ ├── logs
- │ │ │ ├── HEAD
- │ │ │ └── refs
- │ │ │ ├── heads
- │ │ │ │ └── master
- │ │ │ └── remotes
- │ │ │ └── origin
- │ │ │ └── HEAD
- │ │ ├── objects
- │ │ │ ├── info
- │ │ │ └── pack
- │ │ │ ├── pack-737ab7c70d005545feabe9d69598909846dde51a.idx
- │ │ │ ├── pack-737ab7c70d005545feabe9d69598909846dde51a.pack
- │ │ │ └── pack-737ab7c70d005545feabe9d69598909846dde51a.rev
- │ │ ├── packed-refs
- │ │ └── refs
- │ │ ├── heads
- │ │ │ └── master
- │ │ ├── remotes
- │ │ │ └── origin
- │ │ │ └── HEAD
- │ │ └── tags
- │ ├── .github
- │ │ └── FUNDING.yml
- │ ├── .gitignore
- │ ├── lib
- │ │ ├── checks
- │ │ │ ├── check_all.sh
- │ │ │ └── check.sh
- │ │ ├── core
- │ │ │ ├── build.sh
- │ │ │ ├── chroot.sh
- │ │ │ ├── common.sh
- │ │ │ ├── namespace.sh
- │ │ │ ├── proot.sh
- │ │ │ ├── setup.sh
- │ │ │ └── wrappers.sh
- │ │ └── utils
- │ │ └── utils.sh
- │ ├── LICENSE
- │ ├── README.md
- │ ├── tests
- │ │ ├── checkstyle
- │ │ │ └── checkstyle.sh
- │ │ ├── unit-tests
- │ │ │ ├── test-chroot.sh
- │ │ │ ├── test-common.sh
- │ │ │ ├── test-junest.sh
- │ │ │ ├── test-namespace.sh
- │ │ │ ├── test-proot.sh
- │ │ │ ├── test-setup.sh
- │ │ │ ├── test-utils.sh
- │ │ │ ├── test-wrappers.sh
- │ │ │ └── unit-tests.sh
- │ │ └── utils
- │ │ ├── shunit2
- │ │ └── utils.sh
- │ ├── .travis.yml
- │ └── VERSION
- └── .wget-hsts
- 32 directories, 64 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement