4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
CURRENT_TIME=$(date)
|
|
|
|
notify-send "Date / Time Info:" "${CURRENT_TIME}" -t 5000 -r 9991
|