Mercurial > hg > cc > azure
annotate workers/bin/_findPDFs.sh @ 25:1b9329f6b5e1
works on which.16
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 07 Nov 2018 17:37:27 +0000 |
parents | bba589cab837 |
children |
rev | line source |
---|---|
12
be1034183e03
scan WAT files for application/pdf responses
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
1 #!/bin/bash |
be1034183e03
scan WAT files for application/pdf responses
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
2 echo "# $(date) > $ID.$1" |
13
bba589cab837
shrinkJSON.sh: minimise "jq ." output
Henry S. Thompson <ht@markup.co.uk>
parents:
12
diff
changeset
|
3 fgrep msgtype=response|egrep '"Headers":{[^{]*"Content-Type":"application/pdf"' |
12
be1034183e03
scan WAT files for application/pdf responses
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
4 echo "# $(date) < $ID.$1" |