Mercurial > hg > cc > azure
annotate workers/bin/_findPDFs.sh @ 14:c1c8275bd194
trying to make this work
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 18 Oct 2018 14:30:04 +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" |