1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/scripts/release/wait-for-done.sh
T

5 lines
215 B
Bash
Raw Normal View History

2019-06-19 13:34:47 -06:00
#!/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"