mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-03-25 09:15:57 +00:00
7 lines
123 B
Ruby
Executable file
7 lines
123 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require 'rubygems'
|
|
require 'bundler/setup'
|
|
require 'bcrypt'
|
|
|
|
puts BCrypt::Password.create(ARGV.first)
|