diff options
| -rwxr-xr-x | gcc.sh | 2 |
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/’/’/g' | sed 's/”/”/g' | sed 's/“/“/g'\ +| sed 's/‘/‘/g' |sed 's/’/’/g' | sed 's/”/”/g' | sed 's/“/“/g'\ | grep -v 'this website' \ | sed -r '/^\s*$/d' exit 0 |
