current_path=`pwd`reports_path=$current_path/reportsdest_path=$HOME/results/$TDDIUM_SESSION_ID/session/echo"Getting Quality Reports... "pep8_rpt=$reports_path/diff_quality/diff_quality_pep8.htmlpylint_rpt=$reports_path/diff_quality/diff_quality_pylint.htmlcp -f$pep8_rpt$dest_pathcp -f$pylint_rpt$dest_pathecho"Reports can be found in "$dest_path