dwt1--dotfiles/.local/bin/clock

5 lines
81 B
Plaintext
Raw Normal View History

2020-03-19 19:50:17 +00:00
#! /bin/bash
dte="$(date +"%a, %B %d %l:%M%p"| sed 's/ / /g')"
echo -e "$dte"