#!/usr/bin/env bash # Strips all EXIF data from images provided as arguments exiftool -all= "$@"