about summary refs log tree commit diff
path: root/gcc.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-03-23 23:55:59 -0400
committerZach DeCook <zachdecook@librem.one>2021-03-23 23:55:59 -0400
commit11651a67149dbb038d7492364a234c35d90449e7 (patch)
tree70ccf75f4791bb593d6d378e95f4222de319dd34 /gcc.sh
parent693f1ca7f96e9ca258a9e1a38cf99904d6e8811f (diff)
downloadcgi-bin-11651a67149dbb038d7492364a234c35d90449e7.tar.gz
gcc: opening single quote ‘
Diffstat (limited to 'gcc.sh')
-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