Skip to content

Instantly share code, notes, and snippets.

@jeffbr13
Created September 20, 2017 14:22
Show Gist options
  • Save jeffbr13/a13665828846554053f55925a413b311 to your computer and use it in GitHub Desktop.
Save jeffbr13/a13665828846554053f55925a413b311 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -eu
echo $1
echo $2
gpg --encrypt --sign --armor --output=- --recipient "$2" "$1" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment