Add tiny script to notify from stdin
parent
c6b0ddc99b
commit
6147c0758a
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
read msg
|
||||
notify-send $msg "$@"
|
Loading…
Reference in New Issue