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

4 lines
44 B
Bash
Raw Normal View History

#!/bin/sh
month=$(date +"%b")
2025-10-07 17:23:57 +03:30
echo "$month"