Add release scripts

This commit is contained in:
Joe Grandja
2020-08-20 15:10:29 -04:00
parent d51f12f5d2
commit 0b95672c47
2 changed files with 18 additions and 0 deletions

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/experimental/spring-security-oauth2-authorization-server/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"