create-charts.sh 269 B

12345678910111213141516
  1. #!/bin/bash
  2. # Copy here the results folder, to not clobber the main directory
  3. cp -r ../results .
  4. # Invoke all the python scripts needed to prepare and plot the data
  5. ./preprocess.py
  6. ./analyze.py
  7. ./plot.py
  8. # Copy the charts folder one level above
  9. cp -r charts ../