summaryrefslogtreecommitdiff
path: root/scripts/getprojects
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-11-08 17:09:47 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-11-08 17:09:47 -0500
commit53b5c6f41f9139c67eb347b5f7b9c35477ab6650 (patch)
treea995f1bc06ca57fe113b8dcd71b6fdae4b7aa1a9 /scripts/getprojects
parenta1995974779801c8743076479b04d6f11a94e836 (diff)
emacs scripts and vterm improvements
Diffstat (limited to 'scripts/getprojects')
-rwxr-xr-xscripts/getprojects6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/getprojects b/scripts/getprojects
new file mode 100755
index 0000000..c10f507
--- /dev/null
+++ b/scripts/getprojects
@@ -0,0 +1,6 @@
+#!/bin/sh
+{
+ 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
+}