feat : location details
This commit is contained in:
@@ -65,6 +65,7 @@ find "$targetPath" -type f -name "*.vec" -exec rm {} \;
|
||||
# Generate .vec files in parallel
|
||||
echo "⚙️ Generating .vec files in parallel..."
|
||||
|
||||
# shellcheck disable=SC2016
|
||||
find "$sourcePath" -type f | xargs -P 10 -I {} bash -c '
|
||||
input="{}"
|
||||
filename=$(basename "$input")
|
||||
|
||||
Reference in New Issue
Block a user