Bring back quill_from_seed.sh

This commit is contained in:
Ivan Malison 2021-08-18 00:18:32 -06:00
parent 8e0e189cd4
commit 2b05086dec
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 - "$@"