#!/usr/bin/env bash if [[ -x "$(command -v ddate)" ]]; then ddate +"%{%a, %b %e%N%nCelebrate %H!%}" else date +'%A, %b %d' fi