all repos — dotfiles @ 7aea05e57ad97627f5907f1e8e220b61cc467254

my *nix dotfiles

home/bin/date.sh (view raw)

 1
 2
 3
 4
 5
 6
#!/usr/bin/env bash

date="$(date +"%a, %d %b" | tr A-Z a-z)"

printf "%s " "$date"