# HG changeset patch # User HackBot # Date 1446572320 0 # Node ID 4fe66075fa8da561cef7aad61b054a368849f9f1 # Parent 8e8c1facf2b02998eb4f355c20f31d9b0a432f1e ` x=bin/datei; >"$x" echo $\'#!/bin/sh\\nexec date --rfc-3=n "$@"\' && chmod a+x "$x" diff -r 8e8c1facf2b0 -r 4fe66075fa8d bin/datei --- 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 "$@"