multipleRuns.sh 240 Bytes
Newer Older
1
2
3
4
5
6
7
#!/bin/bash

dir="/home/martini/malleability_benchmark/"
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"