random/bin/halve

5 lines
57 B
Plaintext
Executable File

for f in `ls`
do
convert $f -resize 50% half-$f
done