aboutsummaryrefslogtreecommitdiff
path: root/test-k.sh
diff options
context:
space:
mode:
authornunzip <np.scarh@gmail.com>2018-12-12 23:14:44 +0000
committernunzip <np.scarh@gmail.com>2018-12-12 23:14:44 +0000
commit7167c720b525b86d689775c58b0be4ec92c8fc4d (patch)
treec5ab0df21723f161f67f2ac4970434798d569b55 /test-k.sh
parent88ed5d2fec953107584fb53fefd9094dac6dec38 (diff)
parent7eef0dccc6ff8cfa2e75fa3d940f9a2f38144611 (diff)
downloadvz215_np1915-7167c720b525b86d689775c58b0be4ec92c8fc4d.tar.gz
vz215_np1915-7167c720b525b86d689775c58b0be4ec92c8fc4d.tar.bz2
vz215_np1915-7167c720b525b86d689775c58b0be4ec92c8fc4d.zip
Merge branch 'master' of git.skozl.com:e4-pattern
Diffstat (limited to 'test-k.sh')
-rwxr-xr-xtest-k.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test-k.sh b/test-k.sh
deleted file mode 100755
index 3713127..0000000
--- a/test-k.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-for l in $(seq 0 5 11);do
- for q in $(seq 1 1 5);do
- ((python3 evaluate.py -l 0.$((q+l)) -M 10 -r -p 9 -q 5;echo "l: 0.$((q+l)) ";) >> ~/l-vals.txt) &
- pid=$!
- done
- while kill -0 $pid;do
- sleep 5
- done
- done