2_convert.sh 101 B

123456
  1. #!/bin/bash
  2. cd /ramfs
  3. FILE=$(find ./ -type f -name *.jpg)
  4. convert $FILE -resize 640x480^ lit-$FILE