annotate bin/datei @ 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 c989a1669243
children 10d612def8ee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9075
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
1 #!/bin/sh
11665
eeddb1de13d2 <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"
HackEso <hackeso@esolangs.org>
parents: 9075
diff changeset
2 exec date "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"