2
0

wait-for-done.sh 215 B

1234
  1. #!/bin/bash
  2. VERSION=$1
  3. 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"