mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
Add assignment 4
This commit is contained in:
9
scripts/prepare-submissions.sh
Executable file
9
scripts/prepare-submissions.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
BASEDIR=$(dirname "$0")/..
|
||||
|
||||
mkdir -p $BASEDIR/target
|
||||
|
||||
zip -rj $BASEDIR/target/assignment04.zip src/assignments/assignment04
|
||||
Reference in New Issue
Block a user