dwt1--dotfiles/.local/bin/clock

5 lines
81 B
Bash
Executable File

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