exec-post-as-peter 234 B

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