dotfiles-mirror/config/eww/scripts/year_format.sh
2025-10-07 17:23:57 +03:30

8 lines
82 B
Bash
Executable file

#!/bin/bash
# Get the year.
year=$(date +"%Y")
# Output the year.
echo "$year"