├── .gitignore ├── LICENSE ├── README.md └── assets └── GitHub.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/trollol/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/trollol/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/trollol/HEAD/README.md -------------------------------------------------------------------------------- /assets/GitHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/trollol/HEAD/assets/GitHub.png --------------------------------------------------------------------------------