scripts for my gemini capsule
gcc: opening single quote ‘
Zach DeCook 2021-03-23
parent 693f1ca · commit 11651a6
-rwxr-xr-xgcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc.sh b/gcc.sh
index 8bca17d..874a86e 100755
--- a/gcc.sh
+++ b/gcc.sh
@@ -24,7 +24,7 @@ curl https://gccsatx.com/hymns$PATH_INFO/ \
| sed 's@<p>@@g' \
| sed 's@<br />@@g' | sed 's@</p>@@' | grep -v '<' \
| grep -v '!important' | grep -v '}\|{\|wp-smiley' \
-| sed 's/&#8217;/’/g' | sed 's/&#8221;/”/g' | sed 's/&#8220;/“/g'\
+| sed 's/&#8216;/‘/g' |sed 's/&#8217;/’/g' | sed 's/&#8221;/”/g' | sed 's/&#8220;/“/g'\
| grep -v 'this website' \
| sed -r '/^\s*$/d'
exit 0