scripts/hugin-gopro-fusion/equalize_all_in_folder.sh

10 lines
215 B
Bash

#!/bin/bash
cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin/to_equalize
for file in *
do
magick "$file" -equalize "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin/equalized/$file"
done