scripts : helper convert script
This commit is contained in:
parent
a6d1189fdd
commit
25423e9185
4 changed files with 32 additions and 0 deletions
|
@ -20,6 +20,8 @@ fi
|
|||
model="$1"
|
||||
out="../tmp/results-${model}"
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p ${out}
|
||||
|
||||
for q in ${qnt[@]}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue