annotate bin/datei @ 8702:e91970e62be1

<oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
author HackBot
date Tue, 05 Jul 2016 02:21:15 +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 "$@"