diff --git a/dotfiles/lib/bin/quill_from_seed.sh b/dotfiles/lib/bin/quill_from_seed.sh new file mode 100755 index 00000000..6b96ad94 --- /dev/null +++ b/dotfiles/lib/bin/quill_from_seed.sh @@ -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 - "$@"