From 1ef5a3b4d6ceef305a753a94f61d950482089b0e Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 4 Jan 2018 17:48:19 +0100 Subject: [PATCH] show the output of a program as notification --- local/bin/show | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 local/bin/show diff --git a/local/bin/show b/local/bin/show new file mode 100755 index 0000000..eb89a24 --- /dev/null +++ b/local/bin/show @@ -0,0 +1,3 @@ +#!/bin/sh + +notify-send "$("$@")"