Skip to content

Instantly share code, notes, and snippets.

@driedtoast
Created March 26, 2019 17:57
Show Gist options
  • Save driedtoast/5d45db5403171d135358b8bb92862e24 to your computer and use it in GitHub Desktop.
Save driedtoast/5d45db5403171d135358b8bb92862e24 to your computer and use it in GitHub Desktop.
#!/bin/bash
DATA=`echo "$1" | base64 -D | gpg -d`
echo "Your data: $DATA"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment