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