mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-04-05 11:05:52 +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)
|