1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

setting move in mpw

This commit is contained in:
nishiki 2013-07-16 19:57:48 +02:00
parent 8355cc02bb
commit 6b9c878ea7
2 changed files with 5 additions and 5 deletions

View file

@ -9,11 +9,6 @@ require 'csv'
require 'net/ssh'
require 'highline/import'
FILE_GPG = './pass.gpg'
KEY = 'a.waksberg@yaegashi.fr'
FILE_PWD = '/tmp/.password-manager.pwd'
TIMEOUT_PWD = 300
class ManagePasswd
ID = 0

5
mpw
View file

@ -7,6 +7,11 @@ require 'rubygems'
require 'optparse'
require './manage-password.rb'
FILE_GPG = './pass.gpg'
KEY = 'a.waksberg@yaegashi.fr'
FILE_PWD = '/tmp/.password-manager.pwd'
TIMEOUT_PWD = 300
options = {}
OptionParser.new do |opts|
opts.banner = "Usage: manage-password.rb [options]"