mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2025-02-22 05:50:05 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
import seahash, sys
|
|
|
|
with open(sys.argv[1], "rb") as f:
|
|
print(seahash.hash(f.read()))
|