view 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
line wrap: on
line source

#!/bin/sh
exec date --rfc-3=n -u "$@"