mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 06:38:42 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/bin/bash | ||
|  | rm -rf work | ||
|  | mkdir work | ||
|  | wget --http-user=rod --http-password=koala --directory-prefix=work  --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/listAccounts.html | ||
|  | cat -n work/* | less |