5 lignes
98 B
Bash
Fichiers exécutables
5 lignes
98 B
Bash
Fichiers exécutables
#!/usr/bin/env bash
|
|
# Strips all EXIF data from images provided as arguments
|
|
|
|
exiftool -all= "$@"
|