Update mkdir in run_all.sh to guarantee no errors

This commit is contained in:
James E. Stine 2022-04-14 22:23:23 -05:00
parent 68d9c99fba
commit 600a2c5e2f

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
mkdir -p vectors
./create_vectors.sh ./create_vectors.sh
./remove_spaces.sh ./remove_spaces.sh
./append_ctrlSig.sh ./append_ctrlSig.sh