You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osascript -e 'display notification "FOO" with title "TITLE"'
Expected behavior
Show notification, just like in bash
Actual behavior
PS /> osascript -e 'display notification "FOO" with title "TITLE"'
21:24: execution error: The variable FOO is not defined. (-2753)
PS /> bash
bash-3.2$ osascript -e 'display notification "FOO" with title "TITLE"'
bash-3.2$
Steps to reproduce
On macOS run
Expected behavior
Show notification, just like in bash
Actual behavior
Environment data