dotfiles/.local/bin/statusbar/sb-date
2024-05-17 20:46:22 -04:00

6 lines
74 B
Bash
Executable file

#!/bin/sh
_date=$(date '+%b %-d %Y %-I:%M %p')
printf '[%s]\n' "$_date"