diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-09 15:43:06 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-09 15:43:06 +0000 |
commit | 8966f20ccb9897282d2ac7c174b87934fc38fc15 (patch) | |
tree | 4934257c0a857c94907a72aae0e0de05867a8fb1 /examplerun.bat | |
parent | ff07842dc629e07f081ae578e50c42e4a54bc810 (diff) | |
download | Smarker-8966f20ccb9897282d2ac7c174b87934fc38fc15.tar.gz Smarker-8966f20ccb9897282d2ac7c174b87934fc38fc15.zip |
started working on monitoring execution environments
Diffstat (limited to 'examplerun.bat')
-rw-r--r-- | examplerun.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examplerun.bat b/examplerun.bat index 3364a63..8ddbc7d 100644 --- a/examplerun.bat +++ b/examplerun.bat @@ -1,3 +1,3 @@ -zip -r 100301654.zip .\ExampleSubmission\
-python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f md -o auto
+zip -r 100301654.zip .\ExampleSubmission\ +python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f yaml rm 100301654.zip
\ No newline at end of file |