dotfiles-mirror/config/eww/scripts/month_format.sh
2025-10-08 07:26:05 +03:30

3 lines
46 B
Bash
Executable file

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