Skip to content

Instantly share code, notes, and snippets.

@SenpaiSilver
Last active August 29, 2015 14:10
Show Gist options
  • Save SenpaiSilver/bd69dc646b313d8b3b26 to your computer and use it in GitHub Desktop.
Save SenpaiSilver/bd69dc646b313d8b3b26 to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in *
do
echo -e "data/win32/${i}\t$(wc -c ${i} | cut -d ' ' -f 1)\t$(md5sum ${i} | cut -d ' ' -f 3 | tr '[:lower:]' '[:upper:]')"
done
# No goats were harmed in the making of this voodoo script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment