about summary refs log tree commit diff
path: root/launchd_scripts/notice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launchd_scripts/notice.sh')
-rwxr-xr-xlaunchd_scripts/notice.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/launchd_scripts/notice.sh b/launchd_scripts/notice.sh
new file mode 100755
index 000000000000..1567be3601e4
--- /dev/null
+++ b/launchd_scripts/notice.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+osascript -e "tell Application \"System Events\" to display alert\
+   \"New volume mounted.\""
+