Skip to content

Instantly share code, notes, and snippets.

@tsaito20
Created March 1, 2013 07:21
Show Gist options
  • Save tsaito20/5063015 to your computer and use it in GitHub Desktop.
Save tsaito20/5063015 to your computer and use it in GitHub Desktop.
add md5 file
Dir.glob("*hoge*").each {|x| system("md5sum #{x} > #{x}.md5")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment