multipleRuns.sh 250 Bytes
Newer Older
1
2
#!/bin/bash

3
dir="/home/usuario/Documentos/malleability_benchmark"
4
5
6
7
codeDir="Codes/"
execDir="Exec/"
ResultsDir="Results/"

8
9
complex_file=$1
output_name=$2
10
11
12
13
14

python3 $dir$execDir/PythonCodes/read_multiple.py $complex_file $output_name

echo "END TEST"