diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-01-13 22:15:53 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-01-13 22:15:53 -0500 |
| commit | 05fb99140b5541c3f3e3648fa1c8170e229118cd (patch) | |
| tree | 2ff28c4cd8b5ab8a53451bf1df64a49f66687485 /scripts/getprojects | |
| parent | 53b5c6f41f9139c67eb347b5f7b9c35477ab6650 (diff) | |
changes
Diffstat (limited to 'scripts/getprojects')
| -rwxr-xr-x | scripts/getprojects | 1 |
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 } |
