X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95ca0f216e08c8be42e39fb4a487237da7cb3479..76ae11e09dec419fb20f7c1bb4778a612a2d5bce:/tools/spell/spell.sh diff --git a/tools/spell/spell.sh b/tools/spell/spell.sh index 406d634bff..ef73afdc93 100644 --- a/tools/spell/spell.sh +++ b/tools/spell/spell.sh @@ -1 +1,9 @@ -(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 +#!/bin/sh + +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + +(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