annotate bin/datei @ 8579:54706e514bd3

<shachaf> makelist stylist
author HackBot
date Thu, 23 Jun 2016 09:41:35 +0000
parents 4fe66075fa8d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6178
4fe66075fa8d <b_jonas> ` x=bin/datei; >"$x" echo $\'#!/bin/sh\\nexec date --rfc-3=n "$@"\' && chmod a+x "$x"
HackBot
parents: 6177
diff changeset
1 #!/bin/sh
4fe66075fa8d <b_jonas> ` x=bin/datei; >"$x" echo $\'#!/bin/sh\\nexec date --rfc-3=n "$@"\' && chmod a+x "$x"
HackBot
parents: 6177
diff changeset
2 exec date --rfc-3=n "$@"