A simple script that allows you to list, add, and remove packages from the AxOS-Project/AxMirrors GitHub repository.
Run the install script to copy the mirror.py file to ~/local/bin/axmirrors.
$ ./install.shAssumes that you've already downloaded the script.
List all packages:
$ axmirrors listAdd a package:
$ axmirrors add <path/to/file>Remove a package:
$ axmirrors remove <filename>Shadow a package:
$ axmirrors shadow <path/to/file>View Config:
$ axmirrors config