Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fabioyamate
Created March 19, 2016 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabioyamate/f65f15770c11f39aff2b to your computer and use it in GitHub Desktop.
Save fabioyamate/f65f15770c11f39aff2b to your computer and use it in GitHub Desktop.
#!/bin/bash
foo=$1
p1=
cat <(`dd bs=1024 count=64 if=$foo`) <(`tail -c 65536 $foo`) | md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment