submission script for why3 assignment

This commit is contained in:
AnHaechan
2023-08-29 02:43:16 +00:00
committed by Jeehoon Kang
parent ae4556d087
commit 1e07909175

View File

@@ -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