projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c643c5b
)
Add udate to get UTC date
author
Colin P. Mccabe
<colin@cmccabe.xyz>
Mon, 23 Aug 2021 06:10:06 +0000 (23:10 -0700)
committer
Colin P. Mccabe
<colin@cmccabe.xyz>
Mon, 23 Aug 2021 06:10:06 +0000 (23:10 -0700)
udate
[new file with mode: 0755]
patch
|
blob
diff --git a/udate
b/udate
new file mode 100755
(executable)
index 0000000..
8ab629d
--- /dev/null
+++ b/
udate
@@ -0,0
+1,3
@@
+#!/usr/bin/env bash
+
+exec date -u +'%h %d %H:%M:%S UTC %Y'