tear-down-environment.sh 306 B

12345678910111213
  1. #!/bin/bash
  2. #
  3. # tear-down-environment.sh
  4. #
  5. # Tears down the benchmark environment in preparation for another
  6. # run.
  7. #
  8. # @author A. Shawn Bandy
  9. #
  10. # $TFB_REPOPARENT parent folder of the repository
  11. # $TFB_REPONAME name of the repository folder
  12. sudo rm -r -f $TFB_REPOPARENT/$TFB_REPONAME
  13. cd $TFB_REPOPARENT