historical/nhance.git/batch-process.sh

7 lines
97 B
Bash
Raw Normal View History

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