added bash scripts

This commit is contained in:
patrick-werner 2019-09-11 14:32:52 -04:00
parent fedd72e386
commit 7c5735b3d6
2 changed files with 8 additions and 0 deletions

3
_genonce.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
set -e
java -jar input-cache/org.hl7.fhir.publisher.jar -ig ig.ini

5
_updatePublisher.sh Executable file
View File

@ -0,0 +1,5 @@
#!/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"