diff options
Diffstat (limited to 'examplerun.sh')
-rw-r--r-- | examplerun.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examplerun.sh b/examplerun.sh index 1b8e5b2..eac57b8 100644 --- a/examplerun.sh +++ b/examplerun.sh @@ -1,3 +1,8 @@ zip -r 100301654.zip ./ExampleSubmission/ python ./mark.py -s 100301654.zip -a ./ExampleAssessments/example.yml -f tex -o auto -rm 100301654.zip
\ No newline at end of file +rm 100301654.zip +pdflatex 100301654_report.tex +rm -v *.log +rm -v *.aux +rm -v *.tex +rm -v *_test_report.pdf
\ No newline at end of file |