at: add notify-send example (#4000)

This commit is contained in:
Zlatan Vasović
2020-05-03 14:12:22 +02:00
committed by GitHub
parent b49de9b90e
commit 8c7b7c95aa

View File

@@ -13,3 +13,7 @@
- Execute a script at the given time:
`at {{hh:mm:ss}} -f {{path/to/file}}`
- Display a system notification at 11pm on February 18th:
`echo "notify-send '{{Wake up!}}'" | at {{11pm}} {{Feb 18}}`