forked from Github_Repos/cvw
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p vectors
|
|
./create_vectors.sh
|
|
./remove_spaces.sh
|
|
|
|
# to create tvs for evaluation of combined IFdivsqrt
|
|
#./combined_IF_vectors/create_IF_vectors.sh |