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

3 lines
44 B
Bash
Executable file

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