Mercurial > hg > cc > azure
annotate workers/bin/_findPDFs.sh @ 43:c2b72d29a3ee
update to use _timedWhich.py
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 30 Nov 2018 18:37:40 +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" |