citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 8caf875b70f99f8e092c47bc846a6d346a3650a3
parent a91a9e42f5c437d8ae50a58daee5a1eed3cc798a
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 19 Sep 2020 05:05:30 -0700

bin/mydate: support week number

Diffstat:
Mbin/mydate | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mydate b/bin/mydate @@ -1,2 +1,2 @@ #!/bin/sh -exec date "$@" '+%a | %b %d | %H:%M:%S | %F' +exec date "$@" '+%a | %b %d | %H:%M:%S | %F | Week %V/53'