changeset 6178:4fe66075fa8d

<b_jonas> ` x=bin/datei; >"$x" echo $\'#!/bin/sh\\nexec date --rfc-3=n "$@"\' && chmod a+x "$x"
author HackBot
date Tue, 03 Nov 2015 17:38:40 +0000
parents 8e8c1facf2b0
children 099713a9b077
files bin/datei
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/datei	Tue Nov 03 17:38:28 2015 +0000
+++ b/bin/datei	Tue Nov 03 17:38:40 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec date --rfc-3=n "$@"