fi;
## Call find_filelist() in parallel for stdin input
if [[ "${#dirs_stdin[@]}" -gt 0 ]]; then
- fdepth=1; export fdepth; # 1 ofr dirs from stdin
+ fdepth=1; export fdepth; # 1 for dirs from stdin
paths_images+=("$( parallel find_flist {} "$fdepth" "$firegex" "$fsize" ::: "${dirs_stdin[@]}" )"); # See [1]
fi;
main "$@";
+
# Author: Steven Baltakatei Sandoval
# License: GPLv3+