6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
|
#!/bin/bash
|
||
|
rm -rf work
|
||
|
mkdir work
|
||
|
wget --http-user=rod --http-password=WRONG-PASSWORD --directory-prefix=work --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/listAccounts.html
|
||
|
cat -n work/* | less
|