annotate bin/dateu @ 11687:d2b36b28643d draft

<b_jonas> revert
author HackEso <hackeso@esolangs.org>
date Fri, 04 Jan 2019 21:29:43 +0000
parents 10d612def8ee
children 06331fefa90d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6473
8e8662d8cbda <b_jonas> `` echo $\'#!/bin/sh\\nexec date --rfc-3=n -u "$@"\' > bin/dateu && chmod a+x bin/dateu
HackBot
parents:
diff changeset
1 #!/bin/sh
11687
d2b36b28643d <b_jonas> revert
HackEso <hackeso@esolangs.org>
parents: 11686
diff changeset
2 exec date -u "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"