diff bin/dateu @ 6473:8e8662d8cbda

<b_jonas> `` echo $\'#!/bin/sh\\nexec date --rfc-3=n -u "$@"\' > bin/dateu && chmod a+x bin/dateu
author HackBot
date Thu, 31 Dec 2015 20:40:34 +0000
parents
children 39008ff3589c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/dateu	Thu Dec 31 20:40:34 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec date --rfc-3=n -u "$@"