Created
March 10, 2016 11:47
-
-
Save timvisher/b54f82eecdd3c9859aee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -eu | |
set -x | |
path="${1:-}" | |
path="$(basename "$path")" | |
path="${path##.*}" | |
osascript -e 'id of app "'"$path"'"' | perl -ne 'chomp and print' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment