mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#! /bin/bash
|
|
|
|
dte="$(date +"%a, %B %d %l:%M%p"| sed 's/ / /g')"
|
|
echo -e "$dte"
|