add bad glyphs

This commit is contained in:
Nico 2021-01-26 16:43:10 +00:00
parent 4f80d8f35e
commit 139346ac76
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# shows if you put that glyph badly.
IFS=
echo "$@"
checks=$(echo "$@" | sed 's/[eE]/\^/g;s/[^\^]/ /g')
checks=$(echo "$@" | sed 's/[Ee𝚎𝖾Є𝕖⋳ᗴəᵉꗋ𝔼𝙴Ε𝘌Ɛ𝖤ƸꜪℇĘɛεЕꜫȨéèëêēẽÉÈÊËĒĔẼĖėĘęĚěЕе]/\^/g;s/[^\^]/ /g')
if [ -z $(echo $checks | sed -e 's/ //g') ]
then
echo "good"