From 2fc47f57b88f2c8665bef00919f9bafce2ec5163 Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Mon, 27 Jul 2020 00:49:25 -0400
Subject: about: use here string instead of echo pipe

---
 content/about/index.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'content')

diff --git a/content/about/index.org b/content/about/index.org
index 0897bfd..f98c08c 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
-echo "ZGFudGVAbGFtYmRhLmN4Cg==" | openssl base64 -d
+openssl base64 -d <<< "ZGFudGVAbGFtYmRhLmN4Cg=="
 #+END_SRC
 
 It's always fun to hear from people!
-- 
cgit v1.2.3