configuration/local/bin/weenot.sh

8 lines
158 B
Bash
Raw Normal View History

2016-09-06 22:07:16 +02:00
#!/bin/sh
where="$(echo "$*" | cut -d'~' -f1)"
who="$(echo "$*" | cut -d'~' -f2)"
what="$(echo "$*" | cut -d'~' -f3)"
2016-09-07 12:03:53 +02:00
notify-send -a weechat "$who" "$what"
2016-09-06 22:07:16 +02:00