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.
12345 |
- #!/bin/sh
- name=$(cat "$HOME/sns/mpwname")
- mpwc -k max -n "$name" -s gpg | xclip -sel c -l 1
- gpg2 -d -q "$HOME/sns/password.gpg" | mpwc -k max -n "$name" -s ssh -S 2>/dev/null | xclip -sel c -l 1
- ssh-add
|