configuration/local/bin/weenot.sh
2016-09-06 22:07:16 +02:00

8 lines
147 B
Bash
Executable File

#!/bin/sh
where="$(echo "$*" | cut -d'~' -f1)"
who="$(echo "$*" | cut -d'~' -f2)"
what="$(echo "$*" | cut -d'~' -f3)"
notify-send "$who" "$what"