13 lines
155 B
Bash
Executable File
13 lines
155 B
Bash
Executable File
echo "Remaking each attack phase script..."
|
|
|
|
cd ./first_phase
|
|
make
|
|
|
|
cd ../sec_phase
|
|
make
|
|
|
|
cd ../third_phase
|
|
make
|
|
|
|
echo "Finished building attack scripts."
|