#!/bin/bash
./make_passphrase >gpg_phrase
gpg --passphrase-fd 0 -c gpg_secret <gpg_phrase

