X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5bda74fa19f79d0abf79815f7147004b31dde226..27b0c1ee1d85c53f1d11bb2b8e539cd76e4cf437:/tools/doxygen/list_routing_models_examples.sh diff --git a/tools/doxygen/list_routing_models_examples.sh b/tools/doxygen/list_routing_models_examples.sh index 2d5f13cbb2..42e529b11c 100755 --- a/tools/doxygen/list_routing_models_examples.sh +++ b/tools/doxygen/list_routing_models_examples.sh @@ -6,7 +6,7 @@ cd $(dirname $0)/../../ # -l -- only filenames, nothing else # $1 -- argument to this script, name of the routing model (e.g., "Floyd") # . -- search in the examples folder and search EVERYTHING -# --include -- but only include results that end in ".xml" +# --include -- but only include results that end in ".xml" grep -R -l "$1" examples/ --include "*.xml" exit 0