1
0
mirror of synced 2026-05-24 14:23:18 +00:00
Files

6 lines
195 B
Bash
Raw Permalink Normal View History

#!/bin/bash
rm -rf work
mkdir work
wget --directory-prefix=work --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/post.html?id=1\&amount=5.00
cat -n work/* | less