mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +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 'net/ssh'
|
||||||
require 'highline/import'
|
require 'highline/import'
|
||||||
|
|
||||||
FILE_GPG = './pass.gpg'
|
|
||||||
KEY = 'a.waksberg@yaegashi.fr'
|
|
||||||
FILE_PWD = '/tmp/.password-manager.pwd'
|
|
||||||
TIMEOUT_PWD = 300
|
|
||||||
|
|
||||||
class ManagePasswd
|
class ManagePasswd
|
||||||
|
|
||||||
ID = 0
|
ID = 0
|
||||||
|
|
5
mpw
5
mpw
|
@ -7,6 +7,11 @@ require 'rubygems'
|
||||||
require 'optparse'
|
require 'optparse'
|
||||||
require './manage-password.rb'
|
require './manage-password.rb'
|
||||||
|
|
||||||
|
FILE_GPG = './pass.gpg'
|
||||||
|
KEY = 'a.waksberg@yaegashi.fr'
|
||||||
|
FILE_PWD = '/tmp/.password-manager.pwd'
|
||||||
|
TIMEOUT_PWD = 300
|
||||||
|
|
||||||
options = {}
|
options = {}
|
||||||
OptionParser.new do |opts|
|
OptionParser.new do |opts|
|
||||||
opts.banner = "Usage: manage-password.rb [options]"
|
opts.banner = "Usage: manage-password.rb [options]"
|
||||||
|
|
Loading…
Add table
Reference in a new issue