dotfiles-mirror/config/eww/scripts/year_format.sh

9 lines
82 B
Bash
Raw Normal View History

2025-10-07 17:23:57 +03:30
#!/bin/bash
# Get the year.
year=$(date +"%Y")
# Output the year.
echo "$year"