]> gitweb.pimeys.fr Git - bots/hung.git/blob - convert_dico.sh
Fail float/int + compter le bonus qu'on annonce, c'est mieux
[bots/hung.git] / convert_dico.sh
1 #!/bin/bash
2
3 iconv DicFra.csv -f ISO8859-1 >> dico_for_python.txt
4 python convert_dico.py
5