mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 22:58:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			215 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			215 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/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" |