#!/bin/bash source ../_local_collect_config.sh iurl_prefix=http://localhost:4343/greenstone3/library/sites/intermuse/collect/$col/index/assoc/ ifilename=${1:-archives/HASH012c.dir/webannotation-list.json} iurl_tail=${ifilename#archives/} iurl="${iurl_prefix}${iurl_tail}" #external_url_base="https://intermuse.sowemustthink.space/simpleAnnotationStore/annotation" internal_url_base="http://localhost:4343/simpleAnnotationStore/annotation" post_url="${internal_url_base}/populate" echo "" echo curl -X POST -d "uri=${iurl}" "$post_url" curl -X POST -d "uri=${iurl}" "$post_url" echo ""