summaryrefslogtreecommitdiff
path: root/scripts/getprojects
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-01-13 22:15:53 -0500
committerJack Jamison <jackqjamison@gmail.com>2026-01-13 22:15:53 -0500
commit05fb99140b5541c3f3e3648fa1c8170e229118cd (patch)
tree2ff28c4cd8b5ab8a53451bf1df64a49f66687485 /scripts/getprojects
parent53b5c6f41f9139c67eb347b5f7b9c35477ab6650 (diff)
changes
Diffstat (limited to 'scripts/getprojects')
-rwxr-xr-xscripts/getprojects1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/getprojects b/scripts/getprojects
index c10f507..3f0bd31 100755
--- a/scripts/getprojects
+++ b/scripts/getprojects
@@ -3,4 +3,5 @@
find "$HOME/homework/" -mindepth 2 -maxdepth 2 -type d
find "$HOME/development/" -mindepth 1 -maxdepth 1 -type d
find "$HOME/opt/" -mindepth 1 -maxdepth 1 -type d
+ find "$HOME/classes/" -mindepth 1 -maxdepth 1 -type d
}