blob: 611133c5987afbd843ae17e74171538f72a17cfa [file] [log] [blame]
#!/bin/bash
rm -rf work
mkdir work
wget --http-user=bob --http-password=bobspassword --directory-prefix=work --output-file=work/log.txt http://localhost:8080/camel/admin
cat -n work/* | less