A docker image for fclones.
See fclones documentation for details on using it.
Install fclones using the command:
$ make installOr without make, using the command:
$ ./scripts/make.sh installNote: a wrapper script will be installed in
INSTALL_DIRdirectory (default location will be$HOME/.local/bin).
Uninstall fclones using the command:
$ make uninstallOr without make, using the command:
$ ./scripts/make.sh uninstall