dissertation-4-dissertation/import-graphs.sh

15 lines
714 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Clean up previous graphs
rm /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/* || true
rm /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/* || true
# Copy graphs for evaluation
2021-03-21 21:32:05 +00:00
cp /home/jake/repos/dissertation/3-evaluation/output/*-inbound.png /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
cp /home/jake/repos/dissertation/3-evaluation/output/bidirectional-outbound.png /home/jake/repos/dissertation/4-dissertation/Evaluation/Figs/graphs/
# Copy graphs for outbound graphs appendix
2021-03-21 21:32:05 +00:00
cp /home/jake/repos/dissertation/3-evaluation/output/*-outbound.png /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/