Method: Specinfra::Command::Base::File.get_md5sum

Defined in:
lib/specinfra/command/base/file.rb

.get_md5sum(file) ⇒ Object


91
92
93
# File 'lib/specinfra/command/base/file.rb', line 91

def get_md5sum(file)
  "md5sum #{escape(file)} | cut -d ' ' -f 1"
end