1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2026-04-12 14:01:23 +00:00
Files
meme-search-engine/genseahash.py

5 lines
87 B
Python
Raw Normal View History

2025-01-24 09:24:28 +00:00
import seahash, sys
with open(sys.argv[1], "rb") as f:
print(seahash.hash(f.read()))