Created
May 15, 2018 09:26
-
-
Save sonOfRa/d59264e4baf3b86ab80a2efedb103bfa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euxo pipefail | |
echo YOLO | gpg --disable-mdc --encrypt --recipient [email protected] > no-mdc.asc | |
if ! gpg -d no-mdc.asc | cat > test.data; then echo failed; fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment