From 12ac9bd354c664978523547ffac9bbebf0fcb577 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Fri, 22 Apr 2022 16:02:28 +0100
Subject: Moved and adapted to move folder, added rendering to pdfs

---
 examplerun.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'examplerun.sh')

diff --git a/examplerun.sh b/examplerun.sh
index b78046f..1f3bb23 100644
--- a/examplerun.sh
+++ b/examplerun.sh
@@ -1,8 +1,8 @@
 zip -r 100301654.zip ./ExampleSubmission/
-python ./mark.py -s 100301654.zip -a ./ExampleAssessments/example.yml -f tex -o auto
+python ./Smarker/mark.py -s 100301654.zip -a ./ExampleAssessments/example.yml -f pdf -o auto
 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
+# pdflatex 100301654_report.tex
+# rm -v *.log
+# rm -v *.aux
+# # rm -v *.tex
+# rm -v *_test_report.pdf
\ No newline at end of file
-- 
cgit v1.2.3