feat(user/bkmpv2):Add bkshuf wrapper for mpv
[BK-2020-03.git] / user / bkfeh
index 911d51b9fbb974212420a7287531a283afd7bcd9..fba697cdc22b1db875c46a5a20dfa8d360191691 100755 (executable)
@@ -383,7 +383,7 @@ main() {
     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;
     
@@ -422,5 +422,6 @@ export -f yell die must read_stdin read_psarg find_flist;
 
 main "$@";
 
+
 # Author: Steven Baltakatei Sandoval
 # License: GPLv3+