diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-27 16:52:13 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-27 16:52:13 +0200 |
commit | 4ab53ddfeef8fa99f5cf507f582c224a32e4c8b9 (patch) | |
tree | 99b9669335bcf1eb282b731eeec19b3b79343763 /projects/oai_harvest_md/Makefile | |
parent | ce6a2ee453d29d0521c1dc3672363ec8934d2f2a (diff) | |
download | fuzzycat-4ab53ddfeef8fa99f5cf507f582c224a32e4c8b9.tar.gz fuzzycat-4ab53ddfeef8fa99f5cf507f582c224a32e4c8b9.zip |
update project README
Diffstat (limited to 'projects/oai_harvest_md/Makefile')
-rw-r--r-- | projects/oai_harvest_md/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/oai_harvest_md/Makefile b/projects/oai_harvest_md/Makefile new file mode 100644 index 0000000..f9deb7f --- /dev/null +++ b/projects/oai_harvest_md/Makefile @@ -0,0 +1,5 @@ +SHELL := /bin/bash + +oai_harvest_20200215.ndjson.zst: + wget -c https://archive.org/download/oai_harvest_20200215/oai.ndjson.zst + |