X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7726f2e9e252f8442b008a34bca31716c3b6c6b..95ca0f216e08c8be42e39fb4a487237da7cb3479:/tools/spell/spell.sh?ds=sidebyside diff --git a/tools/spell/spell.sh b/tools/spell/spell.sh new file mode 100644 index 0000000000..406d634bff --- /dev/null +++ b/tools/spell/spell.sh @@ -0,0 +1 @@ +(find ./ -name '*.[ch]' | xargs perl tools/spell/lspell2.pl tools/spell/sg_stopwords.txt ; find ./ -name '*.[ch]' | xargs perl tools/spell/lspell.pl tools/spell/sg_stopwords.txt ) | grep -v ':' | sort -f | uniq \ No newline at end of file