dotfiles-mirror/config/eww/scripts/month_format.sh
2025-10-09 12:38:42 +03:30

3 lines
75 B
Bash
Executable file

#!/bin/bash
month=$(date +"%b" | tr '[:lower:]' '[:upper:]')
echo "$month"