Add udate to get UTC date
authorColin P. Mccabe <colin@cmccabe.xyz>
Mon, 23 Aug 2021 06:10:06 +0000 (23:10 -0700)
committerColin P. Mccabe <colin@cmccabe.xyz>
Mon, 23 Aug 2021 06:10:06 +0000 (23:10 -0700)
udate [new file with mode: 0755]

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'