dotfiles-mirror/config/eww/scripts/year_format.sh
2025-10-08 07:26:05 +03:30

3 lines
44 B
Bash
Executable file

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