Bring back quill_from_seed.sh
This commit is contained in:
parent
8e0e189cd4
commit
2b05086dec
7
dotfiles/lib/bin/quill_from_seed.sh
Executable file
7
dotfiles/lib/bin/quill_from_seed.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
encrypted_seed_file="$1"
|
||||
|
||||
shift
|
||||
|
||||
gpg --decrypt "$encrypted_seed_file" 2>/dev/null | keysmith private-key -f - -o - | quill --pem-file - "$@"
|
Loading…
Reference in New Issue
Block a user