forked from Github_Repos/cvw
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p vectors
|
|
./create_vectors.sh
|
|
./remove_spaces.sh
|
|
./append_ctrlSig.sh
|