├── .gitignore ├── LICENSE ├── README.md └── dump-scripts.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-xentropy/dump-scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-xentropy/dump-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-xentropy/dump-scripts/HEAD/README.md -------------------------------------------------------------------------------- /dump-scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-xentropy/dump-scripts/HEAD/dump-scripts.py --------------------------------------------------------------------------------