2013-08-05 16:49:33 -05:00

6 lines
185 B
Bash
Executable File

#!/bin/bash
rm -rf work
mkdir work
wget --directory-prefix=work --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/listAccounts.html
cat -n work/* | less