Original issue #43 was closed due to Swift refactoring. But question is still there:
Hi,
I'm trying to trigger a notification from inside a bash script, however I do not want the script to wait for a user to click on the notification. I want the script to fire the notification and then continue on to the next line.
I haven't been able to find a way to achieve this by going through the help message of the command - The closest solution I could find was to use the timeout flag, which still causes the script to be blocked for that many seconds.
Can someone please point me in the right direction?
Original issue #43 was closed due to Swift refactoring. But question is still there: