aboutsummaryrefslogtreecommitdiff
path: root/test-k.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-k.sh')
-rwxr-xr-xtest-k.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-k.sh b/test-k.sh
new file mode 100755
index 0000000..b7aa3ad
--- /dev/null
+++ b/test-k.sh
@@ -0,0 +1,6 @@
+#!/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
+done