# File lib/specinfra/command/darwin/base/file.rb, line 7
    def get_md5sum(file)
      "openssl md5 #{escape(file)} | cut -d'=' -f2 | cut -c 2-"
    end