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

4 lines
75 B
Bash
Raw Normal View History

2025-10-07 17:23:57 +03:30
#!/bin/bash
2025-10-09 12:38:42 +03:30
month=$(date +"%b" | tr '[:lower:]' '[:upper:]')
2025-10-07 17:23:57 +03:30
echo "$month"