BD-Core-FHIR-IG/_updatePublisher.sh
2019-09-11 14:32:52 -04:00

6 lines
204 B
Bash
Executable File

#!/bin/bash
set -e
echo "Downloading most recent publisher - it's ~100 MB, so this may take a bit"
wget -P -O input-cache https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar
echo "Done"