commit a04aae54964ec49c8073463e6925c4b7fc089cac parent 29ba6bebe2598e583ca57a88cb41eb2e9b6eb048 Author: William Casarin <jb55@jb55.com> Date: Thu, 12 Nov 2020 12:25:03 -0800 bin/mydate: move week around Diffstat:
M | bin/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 | Week %V/53' +exec date "$@" '+%a | %b %d | %H:%M:%S | Week %V/53 | %F'