multipleRuns.sh 242 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

dir="/home/martini/malleability_benchmark/"
codeDir="Codes/"
execDir="Exec/"
ResultsDir="Results/"

$comples_file=$1
$output_name=$2

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

echo "END TEST"