Skip to content

Instantly share code, notes, and snippets.

@redhotpenguin
Created September 28, 2012 19:13
Show Gist options
  • Save redhotpenguin/3801616 to your computer and use it in GitHub Desktop.
Save redhotpenguin/3801616 to your computer and use it in GitHub Desktop.
phred@pooky ~/dev/mvgproduction $ dotcloud run mvgproduction.www 'md5sum data.tar'
# md5sum data.tar
28dca4d77ab2cae1ad4d3795579e0e41 data.tar
phred@pooky ~/dev/mvgproduction $ dotcloud run mvgproduction.www cat data.tar > data.tar
# cat data.tar
phred@pooky ~/dev/mvgproduction $ md5 data.tar
MD5 (data.tar) = d8b923411ac96361a4e137c15f7320f4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment