annotate bin/datei @ 6658:c1477023c681

<oerjan> mkx bin/echo-p//echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null
author HackBot
date Tue, 09 Feb 2016 01:12:38 +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 "$@"