finished hw 4

This commit is contained in:
2026-03-12 10:23:51 -04:00
parent 6a20f6f7db
commit 504d3da228
4 changed files with 286 additions and 0 deletions

22
setup_exam.sh Normal file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/env bash
BASE_DIR="$HOME/dcs211_exam"
mkdir "$BASE_DIR"/data
mkdir "$BASE_DIR"/scripts
mkdir "$BASE_DIR"/backup
cd "$BASE_DIR"/data
touch lab1.py
touch lab2.py
touch lab3.py
touch notes.txt
touch image1.png
touch image2.jpg
ls *.py
ls *.png
ls *.jpg
ls *.gif