diff options
author | William Carroll <wpcarro@gmail.com> | 2016-08-15T15·14-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-08-15T15·14-0400 |
commit | 4563550969467223f422df1eda9c15165d24607c (patch) | |
tree | cbdf9570a5ffa0176e79eff3df63690cfa443624 /launchd_scripts/notice.sh | |
parent | 6021ad31941203dafc2abd643a98fb549b620c6a (diff) |
Trims fat and renames files
Diffstat (limited to 'launchd_scripts/notice.sh')
-rwxr-xr-x | launchd_scripts/notice.sh | 5 |
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.\"" + |