diff --git a/scripts/shell/gdltool.sh b/scripts/shell/gdltool.sh index 3d92447..f08527b 100755 --- a/scripts/shell/gdltool.sh +++ b/scripts/shell/gdltool.sh @@ -56,6 +56,7 @@ if [ ${#commands_not_found[@]} -ne 0 ]; then fi furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads +# furry_commission_ideas_path=/mnt/e/home/documents-unsorted/data-hoarding/furry-downloads # furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads furry_commission_ideas_urls_filename="urls.txt" scripts_path=/home/cloud/repos/personal-devboot/scripts/shell @@ -231,7 +232,7 @@ existing_folders=() fill_existing_folders_array() { ignore_paths=("artists" "kinks" "ideas") ignore_paths_depth_2=("artists" "favorites") - ignore_paths_depth_last=("no-source" ".bsky.social") + ignore_paths_depth_last=("no-source" ".bsky.social" "old" "mine") find_command="find * -type d"