Add tiny script to notify from stdin
This commit is contained in:
4
.bin/notify-pipe
Executable file
4
.bin/notify-pipe
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
read msg
|
||||||
|
notify-send $msg "$@"
|
||||||
Reference in New Issue
Block a user