spellme.sh: added nother special characters

This commit is contained in:
Oliver Schraml 2017-10-25 08:52:24 +02:00
parent d6d02c476e
commit 2425426b82
1 changed files with 9 additions and 1 deletions

View File

@ -49,6 +49,14 @@ do
sed -e "s/^>$/\\\\033[1;31m\>\\\\033[00mCLOSING ANGLE BRACKET/" | \ sed -e "s/^>$/\\\\033[1;31m\>\\\\033[00mCLOSING ANGLE BRACKET/" | \
sed -e "s/^\#$/\\\\033[1;31m\#\\\\033[00mHASH/" | \ sed -e "s/^\#$/\\\\033[1;31m\#\\\\033[00mHASH/" | \
sed -e "s/^\@$/\\\\033[1;31m\@\\\\033[00mAT-SIGN/" | \ sed -e "s/^\@$/\\\\033[1;31m\@\\\\033[00mAT-SIGN/" | \
sed -e "s/^\=$/\\\\033[1;31m\=\\\\033[00mEQUALS/" \ sed -e "s/^\.$/\\\\033[1;31m\.\\\\033[00mDOT/" | \
sed -e "s/^\,$/\\\\033[1;31m\,\\\\033[00mCOMMA/" | \
sed -e "s/^\:$/\\\\033[1;31m\:\\\\033[00mCOLON/" | \
sed -e "s/^\;$/\\\\033[1;31m\;\\\\033[00mSEMICOLON/" | \
sed -e "s/^\?$/\\\\033[1;31m\?\\\\033[00mQUESTION MARK/" | \
sed -e "s/^\!$/\\\\033[1;31m\!\\\\033[00mEXCLAMATION MARK/" | \
sed -e "s/^\+$/\\\\033[1;31m\+\\\\033[00mPLUS SIGN/" | \
sed -e "s/^\=$/\\\\033[1;31m\=\\\\033[00mEQUALS/" | \
sed -e "s/^\ $/\\\\033[1;31m\ \\\\033[00mSPACE/" \
)" | sed -e "s/|/\\\\033[1;31m\|\\\\033[00mPIPE/" ) )" | sed -e "s/|/\\\\033[1;31m\|\\\\033[00mPIPE/" )
done done