diff options
| author | Dante Catalfamo | 2020-07-27 01:54:44 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-07-27 01:54:44 -0400 | 
| commit | daa6ee2d62f7e793836238f7e30fa71da11f60ce (patch) | |
| tree | 2a8ae08ea3b53a651ac860b3da0918b7a88a8f35 /content | |
| parent | 9366ab677e8c404325e4b0e784828daabf66b539 (diff) | |
| download | blog-daa6ee2d62f7e793836238f7e30fa71da11f60ce.tar.gz blog-daa6ee2d62f7e793836238f7e30fa71da11f60ce.tar.bz2 blog-daa6ee2d62f7e793836238f7e30fa71da11f60ce.zip | |
about: here strings aren't portable
Diffstat (limited to 'content')
| -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! | 
