exifSetDatesThisDir 404 B

123456789101112131415
  1. #! /bin/bash
  2. # Set JPG file dates for all files in this directory that do not have a date
  3. #
  4. # Usage: exifSetDatesThisDir DATE
  5. #
  6. # DATE - any date acceptable
  7. #
  8. # Uses:
  9. # https://github.com/eludom/dotfiles/blob/master/bin/jpgdates
  10. # https://github.com/eludom/dotfiles/blob/master/bin/exifSetDate
  11. #
  12. # Depends on:
  13. # http://owl.phy.queensu.ca/~phil/exiftool/
  14. exifSetDate $1 `jpgdates -m -p *.jpg `