Created
April 5, 2017 20:09
-
-
Save 001SPARTaN/b3f153ba1117298773b21155fb71c445 to your computer and use it in GitHub Desktop.
This script will give you a verbal notification whenever a new admin Beacon checks in (on macOS only)
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
on beacon_initial { | |
if (-isadmin $1) { | |
exec("say -v Fiona 'New admin beacon!'"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment