commit 65c181ec1d7b5a0497e53c874871d49e432ac3a0 parent 4b719809339c3d7ae20ac95ba8a59dd94234be8c Author: Chris Rawnsley <casr@darkcog.com> Date: Sun, 6 Nov 2016 10:43:47 +0000 Add notification wrapper script for MacOS Diffstat:
| A | contrib/notify-macos | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/contrib/notify-macos b/contrib/notify-macos @@ -0,0 +1,6 @@ +#!/bin/sh +# A notification wrapper for MacOS. It will appear in Notification +# Center as owned by Script Editor. +# +# usage: spt -n ./notify-macos +osascript -e "display notification \"$2\" with title \"$1\""