Initial version

This commit is contained in:
Lloyd McKenzie
2019-09-11 13:58:19 -04:00
parent fc7bb4f31d
commit fedd72e386
23 changed files with 60057 additions and 1 deletions

5
_updatePublisher.bat Normal file
View File

@@ -0,0 +1,5 @@
@MKDIR input-cache
@ECHO "Downloading most recent publisher - it's ~100 MB, so this may take a bit
@POWERSHELL -command (new-object System.Net.WebClient).DownloadFile(\"https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar\",\"input-cache\org.hl7.fhir.publisher.jar\")
@ECHO "Done"
@PAUSE