1#!/bin/sh
2#
3# $FreeBSD: releng/10.2/tools/build/cross-build/date.sh 143044 2005-03-02 16:40:51Z ru $
4#
5
6exec /bin/date -r0 "$@"
7