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:
parent
8355cc02bb
commit
6b9c878ea7
2 changed files with 5 additions and 5 deletions
|
@ -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
5
mpw
|
@ -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]"
|
||||
|
|
Loading…
Add table
Reference in a new issue