You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
export MPW_FULLNAME="(cat "$HOME/sns/mpwname")" |
|
mpwc -k max -s gpg | xclip -sel c -l 1 |
|
gpg2 -d -q "$HOME/sns/password.gpg" | mpwc -k max -s ssh -S 2>/dev/null | xclip -sel c -l 1 |
|
ssh-add
|
|
|