Skip to content

Commit afec10f

Browse files
authored
Create get-jars.sh
1 parent c13d2f3 commit afec10f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Docker/Shell/get-jars.sh

+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)