mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-03 01:52:39 +00:00
Remove redundant instructions (#962)
This commit is contained in:
@ -56,13 +56,11 @@ This guide uses the [Shortcuts](https://support.apple.com/guide/shortcuts-mac/in
|
|||||||
6. Use the following as the body of the script:
|
6. Use the following as the body of the script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PATH=dirname $(which exiftool)
|
|
||||||
for f in "$@"
|
for f in "$@"
|
||||||
do
|
do
|
||||||
exiftool -all= "$f";
|
exiftool -all= "$f";
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
7. In **Finder**, right click on an image, hover over **Quick Actions** and select **Customize**. Enable your shortcut in the menu.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Reference in New Issue
Block a user