mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Merge pull request #304 from kaist-cp/assignment13_script
modify submit.sh
This commit is contained in:
@@ -15,6 +15,16 @@ for i in {01..13} ; do
|
||||
zip -rj $BASEDIR/target/assignment05.zip $BASEDIR/assets/why3/assignment05
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ $i -eq 13 ]
|
||||
then
|
||||
if [ -f $BASEDIR/target/assignment13.zip ]; then
|
||||
rm $BASEDIR/target/assignment13.zip
|
||||
fi
|
||||
zip -rj $BASEDIR/target/assignment13.zip $BASEDIR/src/assignments/assignment13 $BASEDIR/src/assignments/assignment09/matmul.rs
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ -f $BASEDIR/target/assignment$i.zip ]; then
|
||||
rm $BASEDIR/target/assignment$i.zip
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user