分享開發和經營的兩三事。
month=$(if [[ $(echo $(date +%m)%2 | bc) -eq 1 ]]; then echo "odd"; else echo "even"; fi;)