historical/nhance.git/batch-process.sh
2024-01-16 11:20:27 -06:00

6 lines
97 B
Bash

echo "Detected that you wanted the folder: $1"
for pic in "$1/*.*"
do
node index.js "$pic"
done