forked from colonelpanic/dotfiles
Add quill_from_seed.sh
This commit is contained in:
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 - "$@"
|
Reference in New Issue
Block a user