annotate bin/dateu @ 6473:8e8662d8cbda

<b_jonas> `` echo $\'#!/bin/sh\\nexec date --rfc-3=n -u "$@"\' > bin/dateu && chmod a+x bin/dateu
author HackBot
date Thu, 31 Dec 2015 20:40:34 +0000
parents
children 39008ff3589c
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
8e8662d8cbda <b_jonas> `` echo $\'#!/bin/sh\\nexec date --rfc-3=n -u "$@"\' > bin/dateu && chmod a+x bin/dateu
HackBot
parents:
diff changeset
2 exec date --rfc-3=n -u "$@"