Add tiny script to notify from stdin

master
Hektor Misplon 2021-01-09 14:32:30 +01:00
parent c6b0ddc99b
commit 6147c0758a
1 changed files with 4 additions and 0 deletions

4
.bin/notify-pipe Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
read msg
notify-send $msg "$@"