From c4f926438dcb8abe805e910399940f79ff643c4b Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:39:41 -0500 Subject: Add files via upload --- sourcecodes/k-best/src/GenerateGraphs.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sourcecodes/k-best/src/GenerateGraphs.sh (limited to 'sourcecodes/k-best/src/GenerateGraphs.sh') diff --git a/sourcecodes/k-best/src/GenerateGraphs.sh b/sourcecodes/k-best/src/GenerateGraphs.sh new file mode 100644 index 00000000..3427eb4d --- /dev/null +++ b/sourcecodes/k-best/src/GenerateGraphs.sh @@ -0,0 +1,7 @@ +#!/bin/bash +k=100 +rdir=./../iris3/resdir +for (( i = 0 ; i < k; i++ )) +do + dot ${rdir}/dot_$i -Tps -o ${rdir}/dotRes_$i.ps +done \ No newline at end of file -- cgit 1.4.1