remove testing function lol

This commit is contained in:
yosh 2022-10-26 18:13:15 -04:00
parent 6f1fa0db6a
commit 7ee1044fbe
1 changed files with 0 additions and 5 deletions

View File

@ -263,11 +263,6 @@ run_in_parallel() {
} &
}
test_2() {
echo "$*"
sleep 5
}
mk_parallel_fd
while read -r file; do
run_in_parallel process_file "$file"