diff options
Diffstat (limited to 'sign-images')
| -rwxr-xr-x | sign-images | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sign-images b/sign-images new file mode 100755 index 0000000..a8950b6 --- /dev/null +++ b/sign-images @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e + +exiftool -overwrite_original -Artist='Bobov Anton' -Copyright='Bobov Anton' -UserComment='http://dexter-tmn.livejournal.com/' $* + |
