assignment 1

This commit is contained in:
Joey Eamigh
2024-09-20 20:10:37 -04:00
commit 52202eeb6f
42 changed files with 4838 additions and 0 deletions

9
scripts/common.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/zsh
export ROOT=$(git rev-parse --show-toplevel)
export ASSIGNMENT_DIR="$ROOT/assignments"
export PRACTICES_DIR="$ROOT/practices"
export SHARED_DIR="$ROOT/shared"
export OUT_DIR="$ROOT/.out"
export ZIP_DIR="$ROOT/.out/zip"
export SCRIPTS_DIR="$ROOT/scripts"