├── .gitignore ├── Makefile ├── README.md ├── basher └── example-basher.conf /.gitignore: -------------------------------------------------------------------------------- 1 | plugins/ 2 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahamas10/basher/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahamas10/basher/HEAD/README.md -------------------------------------------------------------------------------- /basher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahamas10/basher/HEAD/basher -------------------------------------------------------------------------------- /example-basher.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bahamas10/basher/HEAD/example-basher.conf --------------------------------------------------------------------------------