Skip to content

Commit

Permalink
exifdel: be *real* smart and clean up trash
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Sep 14, 2011
1 parent 6ba0623 commit 8b79631
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exifdel
@@ -1,3 +1,7 @@
#!/bin/sh
#!/bin/zsh

exiftool -all= "$@"
# kshglob doesn't allow use to do (jpe?g|[ct]iff ...), that's why it looks like
# this :(
#setopt kshglob
rm -v *.(jpg|jpeg|png|tiff|pdf)_original

0 comments on commit 8b79631

Please sign in to comment.