Files
dot/config/eww/scripts/month_format.sh
T
2026-07-12 08:16:17 +03:30

4 lines
44 B
Bash
Executable File

#!/bin/sh
month=$(date +"%b")
echo "$month"