dotfiles/dot_local/bin/executable_bar_date

8 lines
132 B
Text
Raw Normal View History

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