Skip to content

Instantly share code, notes, and snippets.

@mrflobow
Last active August 9, 2022 10:52
Show Gist options
  • Save mrflobow/8c9e485692fdd434529cd2e0bace2838 to your computer and use it in GitHub Desktop.
Save mrflobow/8c9e485692fdd434529cd2e0bace2838 to your computer and use it in GitHub Desktop.
Hazel - Detect OCR applied
#!/bin/bash
if grep Font "$1"
then
exit 0
else
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment