diff options
Diffstat (limited to 'test-k.sh')
-rwxr-xr-x[-rw-r--r--] | test-k.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-k.sh b/test-k.sh index 35aa5d9..b7aa3ad 100644..100755 --- a/test-k.sh +++ b/test-k.sh @@ -2,4 +2,5 @@ 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 |