From 2b2c00e2d4054f673267e62e58959365e683a12f Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 20 Apr 2018 08:35:10 +0200 Subject: [PATCH] I stopped doing notification --- local/bin/weenot.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 local/bin/weenot.sh diff --git a/local/bin/weenot.sh b/local/bin/weenot.sh deleted file mode 100755 index dd393fa..0000000 --- a/local/bin/weenot.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -where="$(echo "$*" | cut -d'~' -f1)" -who="$(echo "$*" | cut -d'~' -f2)" -what="$(echo "$*" | cut -d'~' -f3)" - -notify-send -a weechat "$who" "$what" -