diff --git a/compare_checksums.py b/compare_checksums.py index ed2c791..cd34135 100644 --- a/compare_checksums.py +++ b/compare_checksums.py @@ -31,3 +31,6 @@ def get_remote_checksums(): cmd_result = remote_call(["sha256sum", remote_path]) print(cmd_result) + +if __name__ == "__main__": + get_remote_checksums()