From 72521c5f4ec564ccefd95b42368163249098127b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 6 Jan 2016 23:33:39 +0100 Subject: [PATCH] Rename node-specific chroust scripts. --- HOWTO.sh | 4 ++-- chroust-opt.py => chroust-nodes-opt.py | 0 chroust.py => chroust-nodes.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename chroust-opt.py => chroust-nodes-opt.py (100%) rename chroust.py => chroust-nodes.py (100%) diff --git a/HOWTO.sh b/HOWTO.sh index 51b71c9..c27680e 100755 --- a/HOWTO.sh +++ b/HOWTO.sh @@ -1,7 +1,7 @@ # !/bin/sh #scp -p root@hador-c1:~/STAT-nodes/nodes.dat . -#./chroust.py -i $((6*3600)) -c hador.txt > nodes.dat -./chroust-opt.py -i $((6*3600)) -c hador.txt > nodes.dat +#./chroust-nodes.py -i $((6*3600)) -c hador.txt > nodes.dat +./chroust-nodes-opt.py -i $((6*3600)) -c hador.txt > nodes.dat ./nodes.dem ./nodes-sum.dem diff --git a/chroust-opt.py b/chroust-nodes-opt.py similarity index 100% rename from chroust-opt.py rename to chroust-nodes-opt.py diff --git a/chroust.py b/chroust-nodes.py similarity index 100% rename from chroust.py rename to chroust-nodes.py -- 1.8.2.3