You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
155 B

  1. echo "Remaking each attack phase script..."
  2. cd ./first_phase
  3. make
  4. cd ../sec_phase
  5. make
  6. cd ../third_phase
  7. make
  8. echo "Finished building attack scripts."