Some Ruby scripts from my local git repository:
- exif_date.rb set JPG date/time to the time the picture was taken - from EXIF metadata. Needs exifr gem.
- getopts.rb by Yasuo OHBA has been deprecated and removed from ruby, but I like its simplicity and have many scripts which depend on it
- m...