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" -