5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
for toto in rouge vert
|
|
do
|
|
gmic ../topisto_$toto.png $@ -output topisto_$toto.png
|
|
done
|