Skip to content

Commit

Permalink
submission script for why3 assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHaechan authored and jeehoonkang committed Aug 29, 2023
1 parent ae4556d commit 1e07909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ mkdir -p $BASEDIR/target
for i in {01..13} ; do
if [ $i -eq 5 ]
then
if [ -f $BASEDIR/target/assignment05.zip ]; then
rm $BASEDIR/target/assignment05.zip
fi
zip -rj $BASEDIR/target/assignment05.zip $BASEDIR/assets/why3/assignment05
continue
fi
if [ -f $BASEDIR/target/assignment$i.zip ]; then
Expand Down

0 comments on commit 1e07909

Please sign in to comment.