changeset 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 b1451d921295
children 4710a439d18f
files bin/dateu
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 "$@"