historical/nhance.git/batch-process.sh

7 lines
97 B
Bash
Raw Normal View History

2024-01-16 11:20:27 -06:00
echo "Detected that you wanted the folder: $1"
for pic in "$1/*.*"
do
node index.js "$pic"
done