diff --git a/.bin/notify-pipe b/.bin/notify-pipe new file mode 100755 index 0000000..558da71 --- /dev/null +++ b/.bin/notify-pipe @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +read msg +notify-send $msg "$@"