ed_img.sh 109 B

123456789
  1. #!/bin/bash
  2. for img_num in "$@"; do
  3. echo "Opening $img_num"
  4. open static/photos/IMG_${img_num}.jpg
  5. done