Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add convenient scripts to check spelling.
[simgrid.git] / tools / spell / spell.sh
diff --git a/tools/spell/spell.sh b/tools/spell/spell.sh
new file mode 100644 (file)
index 0000000..406d634
--- /dev/null
@@ -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