1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add file extension to wait-for-done

This commit is contained in:
Josh Cummings
2019-06-19 13:54:19 -06:00
parent 6f5a443175
commit 10a7af2d53
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
VERSION=$1
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/security/spring-security-core/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"