Reminder script
This commit is contained in:
parent
ed3b45302d
commit
c13ce3d4b6
1 changed files with 10 additions and 0 deletions
10
bin/reminder
Executable file
10
bin/reminder
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
timespec="$1"
|
||||
message="$2"
|
||||
cmd="notify-send '$1' '$2'"
|
||||
|
||||
echo "$cmd" | at -M "$timespec"
|
||||
atq
|
||||
Loading…
Add table
Add a link
Reference in a new issue