comparison 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
comparison
equal deleted inserted replaced
6472:b1451d921295 6473:8e8662d8cbda
1 #!/bin/sh
2 exec date --rfc-3=n -u "$@"