Skip to content

Commit 71a2d2c

Browse files
committed
add helpful notification scripts
1 parent 56ffd0d commit 71a2d2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bin/dialog.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env sh
2+
3+
osascript -e " display dialog \"$*\" "

bin/notify.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env sh
2+
3+
osascript -e " display notification \"$*\" "

0 commit comments

Comments
 (0)