4 lines
124 B
Bash
Executable File
4 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
date_str=$(date "+%H:%M:%S %d.%m.%Y")
|
|
echo "{\"text\":\" $date_str\",\"tooltip\":\"Current Time and Date\"}"
|