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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: