I would like to be able to kill this script when I remove the notification. Is there a way? ``` #!/usr/bin/env sh while true do paplay "sound.ogg" sleep 1 done ```
I would like to be able to kill this script when I remove the notification. Is there a way?