Include the tfw sub-directories

This commit is contained in:
Oliver Davies 2024-09-23 10:47:00 +01:00
parent 73a893143e
commit 2265173564

View file

@ -38,7 +38,7 @@
if [[ $# -eq 1 ]]; then
selected_path=$1
else
selected_path=$(find "$REPOS" "$HOME/Documents" -maxdepth 1 -mindepth 1 -type d \
selected_path=$(find "$REPOS" "$REPOS/tfw" "$HOME/Documents" -maxdepth 1 -mindepth 1 -type d \
! -name "*-old" \
! -name "*.bak" \
! -name "*.old" \