Files
dot/config/eww/scripts/year_format.sh
T
2026-07-12 08:16:17 +03:30

4 lines
42 B
Bash
Executable File

#!/bin/sh
year=$(date +"%Y")
echo "$year"