X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73e4fd1f87d88fd9396f626cdf5cd50692f1d5e1..329dfc36eb586eb6e2facdc72b067339997c83e2:/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 7bc3b5e512..42e529b11c 100755 --- a/tools/doxygen/list_routing_models_examples.sh +++ b/tools/doxygen/list_routing_models_examples.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh cd $(dirname $0)/../../ @@ -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