Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@001SPARTaN
Created April 5, 2017 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 001SPARTaN/b3f153ba1117298773b21155fb71c445 to your computer and use it in GitHub Desktop.
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)
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