Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further snake_case NetZone
[simgrid.git] / tools / doxygen / list_routing_models_examples.sh
index 7bc3b5e512f1cb5e52c27a194658fc44da525927..42e529b11cf03d61fc8c21d4ad0bbbd9d738fea9 100755 (executable)
@@ -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