aboutsummaryrefslogtreecommitdiffstats
path: root/bin/deliver_file2disk.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-04-03 12:59:03 -0700
committerBryan Newbold <bnewbold@archive.org>2020-04-03 12:59:03 -0700
commit9598a4c14800f8ec2543b26872565b1c3b9d2677 (patch)
tree09631ff75bfa665da987ee0fd26fc228041ff16b /bin/deliver_file2disk.py
parent3de4f762f02f95d17b912dadf64a1c00effd7f12 (diff)
downloadfatcat-covid19-9598a4c14800f8ec2543b26872565b1c3b9d2677.tar.gz
fatcat-covid19-9598a4c14800f8ec2543b26872565b1c3b9d2677.zip
document scripts and tools a bit
Diffstat (limited to 'bin/deliver_file2disk.py')
-rwxr-xr-xbin/deliver_file2disk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/deliver_file2disk.py b/bin/deliver_file2disk.py
index f54ecb3..49e0c73 100755
--- a/bin/deliver_file2disk.py
+++ b/bin/deliver_file2disk.py
@@ -10,6 +10,8 @@ Behavior:
- try downloading from any archive.org or web.archive.org URLs
- verify SHA-1
- write out to disk
+
+This file is copied from the fatcat repository.
"""
# XXX: some broken MRO thing going on in here due to python3 object wrangling