deexif (133B)
1 #!/bin/sh 2 3 while [ $# != 0 ] 4 do 5 exiftool -all= "$1" >/dev/null && echo "Stripped $1..." || echo "Failed to strip $1..." 6 shift 7 done
dotfiles<-- duh. | |
git clone https://hhvn.uk/dotfiles | |
git clone git://hhvn.uk/dotfiles | |
Log | Files | Refs | Submodules | LICENSE |