Files
spring-ldap/scripts/release/wait-for-done.sh
2020-05-05 16:50:10 -05:00

5 lines
207 B
Bash
Executable File

#!/bin/bash
VERSION=$1
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-core/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"