Browse Source

working on comparing checksums

master
Holger Frey 5 years ago
parent
commit
9e52eeb683
  1. 3
      compare_checksums.py

3
compare_checksums.py

@ -31,3 +31,6 @@ def get_remote_checksums(): @@ -31,3 +31,6 @@ def get_remote_checksums():
cmd_result = remote_call(["sha256sum", remote_path])
print(cmd_result)
if __name__ == "__main__":
get_remote_checksums()

Loading…
Cancel
Save