Mercurial > hg > cc > azure
annotate workers/bin/_findPDFs.sh @ 33:4c117ee8ed75
fixDates, _fixAndMerge, _doFetch
towards rework of date fixup
share.sh, old_invoke.sh
recover the old approach to sharing, which works
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 20 Nov 2018 14:49:07 +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" |