We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13d2f3 commit afec10fCopy full SHA for afec10f
Docker/Shell/get-jars.sh
@@ -0,0 +1,2 @@
1
+for jar in ${MORE_JARS}; do \
2
+ curl -so $(echo "${jar}" | awk -F/ '{print $NF}') "${jar}"; done
0 commit comments