useful_linux_scripts/flip_horizontal
2017-06-22 11:26:32 +01:00

8 lines
93 B
Plaintext
Executable File

fred=`ls *.[jJ][Pp][Gg]`
for l in $fred
do
convert $l -flop AF_$l
echo $l to AF_$l
done