diff --git a/utils/typo.sh b/utils/typo.sh index 2a44edef..e12577da 100755 --- a/utils/typo.sh +++ b/utils/typo.sh @@ -25,6 +25,9 @@ do sed -i \ -e 's/\([^ ]\)?/\1 ?/g' \ -e 's/\([^ ]\)!/\1 !/g' \ + -e 's/\([^ ]\)!/\1 !/g' \ + -e 's/``/{\\og}/g' \ + -e "s/''/{\\\\fg}/g" \ -e '/\\gtab.*/ ! s/\([^ ]\):/\1 :/g' \ $song fi