├── LICENSE ├── README.md ├── banner └── banner.txt ├── bin └── ghost ├── etc ├── ghost └── update.sh ├── ghost ├── install.sh └── uninstall.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/README.md -------------------------------------------------------------------------------- /banner/banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/banner/banner.txt -------------------------------------------------------------------------------- /bin/ghost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/bin/ghost -------------------------------------------------------------------------------- /etc/ghost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/etc/ghost -------------------------------------------------------------------------------- /etc/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/etc/update.sh -------------------------------------------------------------------------------- /ghost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/ghost -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/install.sh -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FazalMahmood/ghost/HEAD/uninstall.sh --------------------------------------------------------------------------------