aboutsummaryrefslogtreecommitdiff
path: root/test-k.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-k.sh')
-rw-r--r--test-k.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-k.sh b/test-k.sh
new file mode 100644
index 0000000..35aa5d9
--- /dev/null
+++ b/test-k.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+for p in 3 2 30;do
+ for q in 1 2 12;do
+ ((echo "p: $p | q: $q"; ./evaluate.py -p $p -q $q -r) >> ~/pq-vals.txt) &
+done