Skip to content

Instantly share code, notes, and snippets.

@pabloab
pabloab / koha-export-patron-images.sh
Created September 30, 2018 02:06
Bash script to export patron images from a Koha instance and generate DATALINK.TXT to import into another instance.
#!/bin/bash
# set -euo pipefail # unofficial bash strict mode
# IFS=$'\n\t'
echo "This script bulk export patron images from a Koha instance and generate DATALINK.TXT to import into another instance."
# @TODO
# -
# [PARAMS]