Add quill_from_seed.sh

This commit is contained in:
Ivan Malison 2021-07-25 15:51:52 -06:00
parent 761d99e5aa
commit 7eec5d3392
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View 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 - "$@"