2025-06-22 21:18:32 +03:00

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\"}"