changeset 11665:eeddb1de13d2 draft

<b_jonas> `` f=bin/datei; >$f echo $\'#!/bin/sh\\n\'\'exec date "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"\'; chmod -c a+x "$f"
author HackEso <hackeso@esolangs.org>
date Thu, 06 Dec 2018 22:16:28 +0000
parents 39008ff3589c
children 4b931b565bf0
files bin/datei
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/datei	Thu Dec 06 22:16:15 2018 +0000
+++ b/bin/datei	Thu Dec 06 22:16:28 2018 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec date --rfc-3=n "$@"
+exec date "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"