6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
TIME="$1"TODO
|
||
|
MSG="$2"
|
||
|
|
||
|
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"
|