Move the unix scripts for the tutorial sample into a subdirectory

This commit is contained in:
Luke Taylor
2010-11-12 15:19:46 +00:00
parent 37810a19c4
commit fc00d7ef1d
9 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#!/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/post.html?id=1\&amount=5.00
cat -n work/* | less