diff options
| -rw-r--r-- | content/about/index.org | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/content/about/index.org b/content/about/index.org index 7eacdb6..a724624 100644 --- a/content/about/index.org +++ b/content/about/index.org @@ -43,7 +43,7 @@ share my notes online!  Unless you're a spammer, feel free to contact me at  #+BEGIN_SRC shell -openssl base64 -d <<< "ZGFudGVAbGFtYmRhLmN4Cg==" +echo "ZGFudGVAbGFtYmRhLmN4Cg==" | openssl base64 -d  #+END_SRC  It's always fun to hear from people! | 
