aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-21 18:44:36 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-21 18:44:36 +0000
commitd6868f2d20376433fee8aaaf840cd5b6b6a911f6 (patch)
tree447ecbdf0d1e312e8f975317a7aa4744005852a1 /src/mesh
parent273044e2abef1eeebcc07165f9148fd6ea7f4192 (diff)
downloadgnunet-d6868f2d20376433fee8aaaf840cd5b6b6a911f6.tar.gz
gnunet-d6868f2d20376433fee8aaaf840cd5b6b6a911f6.zip
- hide template
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/.profiler.template (renamed from src/mesh/profiler.template)0
-rwxr-xr-xsrc/mesh/run_profiler.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/profiler.template b/src/mesh/.profiler.template
index 4dec92431..4dec92431 100644
--- a/src/mesh/profiler.template
+++ b/src/mesh/.profiler.template
diff --git a/src/mesh/run_profiler.sh b/src/mesh/run_profiler.sh
index fe5dbbd14..ed837204e 100755
--- a/src/mesh/run_profiler.sh
+++ b/src/mesh/run_profiler.sh
@@ -16,6 +16,6 @@ LINKS=`echo "l($PEERS) * $PEERS" | bc -l`
16LINKS=`printf "%.0f" $LINKS` 16LINKS=`printf "%.0f" $LINKS`
17echo "using $PEERS peers, $LINKS links"; 17echo "using $PEERS peers, $LINKS links";
18 18
19sed -e "s/%LINKS%/$LINKS/g" profiler.template > profiler.conf 19sed -e "s/%LINKS%/$LINKS/g" .profiler.template > profiler.conf
20 20
21./gnunet-mesh-profiler $PEERS 21./gnunet-mesh-profiler $PEERS