view bin/pwgen @ 481:78ad8b3c6780

Don't ignore swp. Or at least at this one's hgignore.
author edogawaconan <me@myconan.net>
date Mon, 26 Aug 2013 17:53:26 +0900
parents 8956a404dba6
children fea77cdcdb09
line wrap: on
line source

#!/usr/bin/env ruby

require 'securerandom'

5.times do |n|
  puts "#{n}: #{SecureRandom.urlsafe_base64(12)}"
end