├── .gitignore ├── README ├── cfetool.py ├── zyx1tool.py └── zyx2tool.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-es/cfe-backup/HEAD/.gitignore -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-es/cfe-backup/HEAD/README -------------------------------------------------------------------------------- /cfetool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-es/cfe-backup/HEAD/cfetool.py -------------------------------------------------------------------------------- /zyx1tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-es/cfe-backup/HEAD/zyx1tool.py -------------------------------------------------------------------------------- /zyx2tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-es/cfe-backup/HEAD/zyx2tool.py --------------------------------------------------------------------------------