mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
20160807: support for .JPG
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
edc/bass
|
||||
oh-my-fish/theme-bobthefish
|
||||
fisherman/bobthefish
|
||||
fisherman/getopts
|
||||
oh-my-fish/plugin-grc
|
||||
fisherman/grc
|
||||
fisherman/nvm
|
||||
fisherman/shark
|
||||
|
||||
@@ -7,6 +7,10 @@ if [ $(find . -name '*.jpg' | wc -l) -gt 0 ]; then
|
||||
echo "jpg found, fixing"
|
||||
exiv2 -T ./*.jpg
|
||||
fi
|
||||
if [ $(find . -name '*.JPG' | wc -l) -gt 0 ]; then
|
||||
echo "JPG found, fixing"
|
||||
exiv2 -T ./*.JPG
|
||||
fi
|
||||
exit
|
||||
|
||||
# old, slower method:
|
||||
|
||||
Reference in New Issue
Block a user