3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
notify-send "$(date '+%T')" "$(date '+%A %d %B %Y')"
|