Join Nostr
2025-06-01 13:28:43 UTC

Lars Wirzenius on Nostr: I have a shell script called "finished": ~~~ #!/bin/bash notify-send "Finished" ...

I have a shell script called "finished":

~~~
#!/bin/bash
notify-send "Finished" "${*:-Finished}"
~~~

I often run this command:

sleep 3m; finished Tea is ready

#tea #GNOME #GnomeDesktop