added bash scripts
This commit is contained in:
3
_genonce.sh
Executable file
3
_genonce.sh
Executable 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
5
_updatePublisher.sh
Executable 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"
|
||||
Reference in New Issue
Block a user