From 26696672e52651f730966ceeb307334d614b5d79 Mon Sep 17 00:00:00 2001 From: fuwa Date: Sun, 1 Dec 2019 23:25:00 +0800 Subject: [PATCH] add task to remove exif --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 73bd69b..c7e35a9 100644 --- a/Makefile +++ b/Makefile @@ -112,3 +112,9 @@ collect-wownero: wownero collect-wownero-fake: $(script)/collect-fake.sh + +# etc + +remove-exif: + exiftool -all= `find fastlane/ -name '*.jp*g' -o -name '*.png'` +