diff options
author | nunzip <np_scarh@e4-pattern-vm.europe-west4-a.c.electric-orbit-223819.internal> | 2018-12-05 19:12:56 +0000 |
---|---|---|
committer | nunzip <np_scarh@e4-pattern-vm.europe-west4-a.c.electric-orbit-223819.internal> | 2018-12-05 19:12:56 +0000 |
commit | 54e0552d2f14e734809912ca0f4e7ffa1e8a682e (patch) | |
tree | 0c7a2a7b66cf6c0200ee070f1dff1656f2bdfbc5 /test-k.sh | |
parent | 60189ef2705ea441cadff4afd63fe396edb6550a (diff) | |
parent | 219432c1bf2d9edd9fe7d2d9108627646447a0ec (diff) | |
download | vz215_np1915-54e0552d2f14e734809912ca0f4e7ffa1e8a682e.tar.gz vz215_np1915-54e0552d2f14e734809912ca0f4e7ffa1e8a682e.tar.bz2 vz215_np1915-54e0552d2f14e734809912ca0f4e7ffa1e8a682e.zip |
Resolve conflict lambda
Diffstat (limited to 'test-k.sh')
-rwxr-xr-x | test-k.sh | 6 |
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 |