configuration/local/bin/weenot.sh

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"