├── MIT ├── Makefile ├── README.md ├── common ├── bash-completion ├── ccm.skel ├── clean-chroot-manager.in └── zsh-completion ├── contrib ├── README.md ├── bar │ └── PKGBUILD └── foo │ └── PKGBUILD └── doc └── clean-chroot-manager.1 /MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/MIT -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/README.md -------------------------------------------------------------------------------- /common/bash-completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/common/bash-completion -------------------------------------------------------------------------------- /common/ccm.skel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/common/ccm.skel -------------------------------------------------------------------------------- /common/clean-chroot-manager.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/common/clean-chroot-manager.in -------------------------------------------------------------------------------- /common/zsh-completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/common/zsh-completion -------------------------------------------------------------------------------- /contrib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/contrib/README.md -------------------------------------------------------------------------------- /contrib/bar/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/contrib/bar/PKGBUILD -------------------------------------------------------------------------------- /contrib/foo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/contrib/foo/PKGBUILD -------------------------------------------------------------------------------- /doc/clean-chroot-manager.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graysky2/clean-chroot-manager/HEAD/doc/clean-chroot-manager.1 --------------------------------------------------------------------------------