spring-authorization-server/scripts/release/wait-for-done.sh

5 lines
251 B
Bash
Raw Permalink Normal View History

2020-08-21 02:10:29 +07:00
#!/bin/bash
VERSION=$1
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/security/experimental/spring-security-oauth2-authorization-server/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"