dotfiles-mirror/config/eww/scripts/month_format.sh
2025-10-07 17:23:57 +03:30

8 lines
93 B
Bash
Executable file

#!/bin/bash
# Get the month.
month=$(date +"%b")
# Return the month string.
echo "$month"