diff --git a/conv-accents.sh b/conv-accents.sh deleted file mode 100644 index c3f7f38..0000000 --- a/conv-accents.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ $# -ne 1 ] -then echo "Usage: $0 /usr/share/dict/your_language (creates a local copy with accents converted)" -else iconv -f utf8 -t ascii//TRANSLIT $1 > `basename $1`-no-accents -fi -- libgit2 0.21.2