comparison workers/bin/_findPDFs.sh @ 12:be1034183e03

scan WAT files for application/pdf responses
author Henry S. Thompson <ht@markup.co.uk>
date Wed, 10 Oct 2018 11:28:21 +0000
parents
children bba589cab837
comparison
equal deleted inserted replaced
11:36b5d379909a 12:be1034183e03
1 #!/bin/bash
2 echo "# $(date) > $ID.$1"
3 fgrep msgtype=response|egrep '"Headers":{[^{]*"Content-Type":"application/pdf"' | jq .
4 echo "# $(date) < $ID.$1"