Skip to content

Commit

Permalink
Merge pull request #11 from Mic92/patch-1
Browse files Browse the repository at this point in the history
add shebang
  • Loading branch information
juuso committed Apr 17, 2013
2 parents 4a55c97 + 188e6cd commit d3ad231
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bozocrack.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby

require 'digest/md5'
require 'net/http'

Expand Down Expand Up @@ -74,4 +76,4 @@ def append_to_cache(hash, plaintext, filename = "cache")
BozoCrack.new(ARGV[0]).crack
else
puts "Usage example: ruby bozocrack.rb file_with_md5_hashes.txt"
end
end

0 comments on commit d3ad231

Please sign in to comment.