comparison plugins/rotate/geeqie-rotate @ 1707:a15dc91173b4

run the scripts with /bin/sh
author nadvornik
date Tue, 28 Jul 2009 22:03:54 +0000
parents 2a779a1855d7
children f549702f7b41
comparison
equal deleted inserted replaced
1706:3c5e737badf4 1707:a15dc91173b4
1 #!/bin/bash -x 1 #!/bin/sh
2 2
3 # This is a helper script that rotate image files according to the metadata 3 # This is a helper script that rotate image files according to the metadata
4 # requirements: ImageMagick, exiftran, exiv2 4 # requirements: ImageMagick, exiftran, exiv2
5 5
6 GQ_METADATA_DIR="$HOME/.local/share/geeqie/metadata" 6 GQ_METADATA_DIR="$HOME/.local/share/geeqie/metadata"