diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-22 16:02:28 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-22 16:02:28 +0100 |
commit | 12ac9bd354c664978523547ffac9bbebf0fcb577 (patch) | |
tree | eb9c3726edfa291d0b6c53cec0f25572946fb887 /examplerun.sh | |
parent | 5faf5c34d833f8467bce580e1e249f54856042dc (diff) | |
download | Smarker-12ac9bd354c664978523547ffac9bbebf0fcb577.tar.gz Smarker-12ac9bd354c664978523547ffac9bbebf0fcb577.zip |
Moved and adapted to move folder, added rendering to pdfs
Diffstat (limited to 'examplerun.sh')
-rw-r--r-- | examplerun.sh | 12 |
1 files changed, 6 insertions, 6 deletions
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 |