Add tiny script to notify from stdin

This commit is contained in:
Hektor Misplon
2021-01-09 14:32:30 +01:00
parent c6b0ddc99b
commit 6147c0758a
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
read msg
notify-send $msg "$@"